✅Ready to be deployed to Heroku.
- NodeJs.
- The Heroku CLI.
- Clone this repository on your local machine.
- In a terminal window, go to the root directory of the repo and run:
./gradlew build
heroku local:start
Your app should now be running on localhost:5000.
$ heroku create --buildpack heroku/nodejs
$ heroku buildpacks:add --index 1 heroku/gradle
$ git push heroku master
$ heroku open
Licensed with the MIT License.