This README outlines how to quickly deploy your Angular CLI project to Heroku.
git clone https://github.com/AryanJ-NYC/angular-cli-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 herokuheroku create <your-project-name>git push heroku masterheroku open
- Added
server.js - Added
@angular/clito dev-dependencies inpackage.json - Added
@angular/compiler-clito dev-dependencies inpackage.json - Added
postinstallscript topackage.jsonthat builds app for production deployment - Edited
startscript inpackage.jsonto launch runserver.jsinstead of Angular CLI server
Like this boilerplate? Support my developments.
Please star this repository to help it gain exposure.