DEVELOPMENT
- Open CLI window
- cd group-project
- npm install
- npm start
- Your app will be served on port 8080
PRODUCTION
- To deploy your app to Heroku, complete the following steps:
- Signup for a free Heroku account at https://www.heroku.com
- Create a new Heroku app inside the dashboard
- Once created, select the Github integration option
- After you've connected to Github, you'll need to select the repo you are connecting to (final-project)
- Once it has been selected, scroll down to Manual Deploy and click the Deploy button
- After the initial deploy, your team will need to continue to deploy small features as they are completed in development. Do not attempt to deploy several new features at once as it often will result in production issues.