Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 273 Bytes

File metadata and controls

35 lines (22 loc) · 273 Bytes

project-react-1-yeonhwakim

Install dependencies

npm install

Lint and fix

npm run lint

Run tests

npm run test:unit

Run api

npm run api

Run web server

npm start

http://localhost:8001