Skip to content

BoilerPlate for Angular-CLI app running on Express node.js on Heroku

Notifications You must be signed in to change notification settings

Fufuxx/Angular-CLI-Express-Heroku-BoilerPlate

Repository files navigation

AngularCliApp Boiler plate

This app was originally created using AngularCLI 1.0.0-beta.28.3 App has been modified to allow Express Node.js server and allow push on Heroku

Run the app

  1. Download / clone app
  2. Run app locally or push it to Heroku

Running locally

Go to root directory of the app and type node server.js then navigate to localhost:3000

Running on Heroku

Go to root directory of the app and set up a heroku app for it

  git init
  git add .
  git commit -m 'Init'

  heroku create

  git push heroku master

Enjoy !

About

BoilerPlate for Angular-CLI app running on Express node.js on Heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published