Install and start the API server
cd api-server
npm install
node server
In another terminal window start the react front-end
cd react-ui
npm install
npm start
- This project was bootstrapped with Create React App.
- UI built using Semantic UI
Install and start the API server
cd api-server
npm install
node server
In another terminal window start the react front-end
cd react-ui
npm install
npm start