This README outlines how to quickly deploy a project to Heroku using same files used in angular.io tutorials. This project is meant to be as minimal as possible.
git clone https://github.com/AryanJ-NYC/angular-2-heroku-boilerplate.git <your-project-name>
cd <your-project-name>
npm install
npm start
- Visit your app at http://localhost:8080
- This should be similar to my Heroku site
OR
- Install Homebrew
brew install heroku
heroku create <your-project-name>
git push heroku master
heroku open
Like this boilerplate? Support my developments.
Please star this repository to help it gain exposure.
Looking for an Angular CLI boilerplate? Check out this repository.