use following commands from root directory to start api (port: 5000)
cd api
npm install
node ./index.js
then go back to root directory
cd ..
use following commands from root directory to start client (port: 3000)
cd client
npm install
npm start
| Name | Name | Last commit date | ||
|---|---|---|---|---|