This is a react-ui + express based web-app, so we need to run both the react-app and express server.
At the root directory (express)
npm install
npm startAt the /react-ui (react)
npm install
npm start| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a react-ui + express based web-app, so we need to run both the react-app and express server.
At the root directory (express)
npm install
npm startAt the /react-ui (react)
npm install
npm start