Skip to content

Tuanhao/MeSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4af5f4d · Mar 31, 2020

History

30 Commits
Mar 26, 2020
Mar 26, 2020
Mar 19, 2020
Mar 30, 2020
Mar 31, 2020
Mar 30, 2020
Mar 19, 2020
Mar 31, 2020
Feb 12, 2020
Mar 20, 2020
Feb 18, 2020
Mar 23, 2020
Mar 20, 2020
Mar 30, 2020
Mar 30, 2020
Mar 20, 2020

Repository files navigation

MeSearch

Customized search tool - 4th Year Project

Credit for project's name: @vivianle1333

Install dependencies

Only need to do this step once In main folder

npm install

In client folder

npm install

Run app locally

You have to open two terminals: one for React app, and another one for Express server app

Exrepss server

npm start

React app

cd client
npm start

The app will automatically open, if not you can access it here http://localhost:3000/

Deployment

git add .
git commit -m "<commit message>"
git push heroku master

Note

The tutorial that helps drafting up this project https://daveceddia.com/deploy-react-express-app-heroku/

The Express is locating on port 5000