SOURCE CONTROL (https://vimeo.com/271944969)
DEVELOPMENT (https://vimeo.com/282742245)
- Open 2 CLI windows, 1 for your server & 1 for your client
- cd mentor4me
- npm install
- npm run dev
- cd mentor4me/client
- npm install
- npm start
PRODUCTION (https://vimeo.com/284967610)
- To deploy your app to Heroku, complete the following steps:
- Uncomment the production code in server.js
- Save & create a pull request - wait for merge to master
- 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