Skip to content

js2me/ng-example-app

Repository files navigation

Example app with Angular 5 + Angular CLI + FireBase + TravisCI

Build Status

DEMO

Live DEMO here!

angular-example-app

How to use

  1. npm install - install dependencies
  2. ng serve (by default port is 4200, if it's busy then use --port=<your_port> option

How to build

  1. npm install - install dependencies
  2. ng build or ng build --prod for production build