Skip to content

AKholetsky/takeWithHeroku

Repository files navigation

Take on heroku

Deploy to Heroku

Running Locally

Make sure you have Java and Maven installed. Also, install the Heroku CLI.

$ git clone https://github.com/AKholetsky/takeWithHeroku.git
$ cd takeWithHeroku
$ mvn install
$ heroku local:start --port=$(port)

Your app should now be running on (http://localhost:$(port)/).

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published