Figma 화면 구성 URL: https://www.figma.com/file/XIXGfiGZoAGjhutlrejq4D/SoTree-UI?node-id=0%3A1
메인 화면 | 전체 화면 구상도 |
---|---|
좌석 화면 | 주문 화면 |
직원 관리 | 통계 화면 |
- 11.04
npm install styled-components
npm install react-router-dom
npm install react-icons
- 11.06
npm install axios
- 11.09
npm i @material-ui/core
- 11.12
npm i jsonwebtoken
npm i jwt-decode
- 11.20
npm i recharts
- 11.28
npm install react-spinners
※ node version : 14.16.1 (node 버전확인 필요)
1. git init
2. git clone https://github.com/2021-2-SWEngineering-SoTree/SoTree-POS-FrontEnd.git
3. cd pos-front/
4. npm install ( vscode 등의 terimnal pos-front 폴더로 디렉토리 이동 후 npm install 수행 / git terminal 오류 발생 버그 존재 )
5. npm start ( x => npm run start )