Customized search tool - 4th Year Project
Credit for project's name: @vivianle1333
Only need to do this step once In main folder
npm install
In client folder
npm install
You have to open two terminals: one for React app, and another one for Express server app
npm start
cd client
npm start
The app will automatically open, if not you can access it here http://localhost:3000/
git add .
git commit -m "<commit message>"
git push heroku master
The tutorial that helps drafting up this project https://daveceddia.com/deploy-react-express-app-heroku/
The Express is locating on port 5000