Deployment
3.1 Prerequisites
- - Delete 'node_modules' folder
- - Create 'Procfile' file
web: node index.js
3.2 Heroku
- Sign up an account from: https://signup.heroku.com
- Menu New » Create new app:
- App name: sonkk
- Choose a region: Europe
- Settings tab:
- Update 'utils/MyConstants.js' file
- Deploy tab » Deploy using Heroku Git:
- Login the Heroku CLI
- Create a new Git repository OR clone an existing Git repository
- Create a new Git repository
- Clone an existing Git repository
- Deploy your application