This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

cd client && npm install && npm run build

This Builds the app for production to the build folder.

Then you can start the Express Server using the following commands at the root dir

npm install

npm start