Skip to content

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

Notifications You must be signed in to change notification settings

js2me/ng-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f7f9ca9 · Jan 31, 2018

History

84 Commits
Jan 17, 2018
Jan 31, 2018
Jan 31, 2018
Jan 17, 2018
Jan 26, 2018
Jan 17, 2018
Jan 29, 2018
Jan 29, 2018
Jan 26, 2018
Jan 17, 2018
Jan 29, 2018
Jan 17, 2018
Jan 17, 2018
Jan 18, 2018

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