cd client
npm install
npm start
- Running on
localhost:3000
cd server
npm install
npm start
- Running on
localhost:3001/api
- Run
npm test
/npm test:watch
inserver
cd client
npm install
npm start
localhost:3000
cd server
npm install
npm start
localhost:3001/api
npm test
/npm test:watch
in server