Item review app for Make School's Web 3 - Advanced Web Patterns. This project was built using a boilerplate called React-Express-Starter and uses React Router, Webpack, HMR, PostCSS & Express. This project also uses a boilerplate CSS theme for bootstrap known as Paper Kit Pro 2.
npm install
npm start
This will start an express app at http://localhost:8000.
npm run build
npm run build:start
This will create a production build and will start a server at http://localhost:8000/
Install the Heroku toolbelt.
heroku create myapp
git push heroku master
- Set up a server to fix the refresh page issue (see this Stack Overflow question for more information)
- Write responsive css for mobile usage
- Deal w/ security of API keys (and get new API keys...)
- Tassos Laumbrou - Front/Back End
- Elliot Oliveira - Back End
- Alirie Gray - Front End
- Rohan Mishra - Back End
This project is licensed under the MIT License - see the LICENSE. file for details
Boilerplate starter created by bharanim @bharani91