ZhiQiao761 / MeSearch

Customized search tool - 4th Year Project

Home Page:https://mesearch.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://mesearch.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 69.3%Language:CSS 25.6%Language:HTML 5.1%