Skip to content

Tuanhao/MeSearch

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

About

Customized search tool - 4th Year Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published