추후 작성 예정
git clone https://github.com/codestates/BTAdAppProject-10.git
# client쪽 package.json에 있는 module들 설치
cd client && npm install
# truffle folder로 이동 후 smart contract 관련 module 설치
cd ../truffle && npm install
개발을 위해 truffle 설정 파일에 로컬 RPC Server는 http://127.0.0.1:7545, network id는 5777로 세팅해 두었습니다.
- 학습 자료 참고
cd client && npm start
아래 이미지와 같이 main branch로부터 feature 브랜치를 따서 작업한 뒤
main branch로 Pull Request를 날린 후 merge하는 방식을 따릅니다.
이름 | Github ID |
---|---|
노승남 | samrho |
박효근 | hyogeunn |
윤종승 | beetles86 |