Project03 - Restaurant Finder
Built an accessible web application containing restaurant information and customer reviews. Stack used are react, react-router
git clone
- To run client:
cd client/build
python -m SimpleHTTPServer *port*
cd client
npm install
npm start
to run development modenpm run build
to compile to build folder- directory:
- /client
- /build # build directory for production only,
- /client
- -- every files below are for development mode --
- /public # main html and static assets
- package.json
- /node_modules
- /src
- /components_pages # each pages: home.html, showStations.html
- /components_utils # components that are common among pages
- /helper # helper functions
- favicon.ico
- index.css
- index.js # app main entry
- logo.svc