js2me / ng-example-app

Angular 5 Example Angular App + JWT Authentication + Angular CLI + FireBase + Travis CI

Home Page:https://ng-example-app.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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