https://github.com/whos-bax/whosbax-dev
세상을 밝게 비추고 싶은 꿈이 많은 어른 아이🙏✌
- Creat-React-App
- React-bootstrap
- React-Router-Dom
whothatsme
ㄴ client
ㄴ public
ㄴimages
ㄴindex.html
ㄴ src
ㄴ apis
ㄴ components
ㄴ css
ㄴ pages
ㄴ utils
ㄴ App.js
ㄴ index.js
ㄴ server
ㄴ index.js
README.md
프로젝트를 다운 받을 경로로 이동한 뒤 다음 명령어를 복사 / 붙여넣기
git clone https://github.com/whos-bax/whothatsme.git
다음은 깃 클론 이후 한번만 실행합니다.
-
서버 패키지 설치
npm install
-
클라이언트 패키지 설치
cd client npm install
- 서버
cd server npm run dev
- 클라이언트
cd client npm start