Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js2me/ng-example-app
Angular 5 Example Angular App + JWT Authentication + Angular CLI + FireBase + Travis CI
https://github.com/js2me/ng-example-app
angular angular-2 angular-5 angular-5-quickstart angular-boilerplate angular-cli angular-quickstart angular2 angular4 angular5 angularcli base-project boiler-plate boilerplate boilerplate-application boilerplate-template example example-project example-repo sample-app
Last synced: about 2 months ago
JSON representation
Angular 5 Example Angular App + JWT Authentication + Angular CLI + FireBase + Travis CI
- Host: GitHub
- URL: https://github.com/js2me/ng-example-app
- Owner: js2me
- Created: 2018-01-18T21:46:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T06:51:41.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T08:06:06.846Z (3 months ago)
- Topics: angular, angular-2, angular-5, angular-5-quickstart, angular-boilerplate, angular-cli, angular-quickstart, angular2, angular4, angular5, angularcli, base-project, boiler-plate, boilerplate, boilerplate-application, boilerplate-template, example, example-project, example-repo, sample-app
- Language: TypeScript
- Homepage: https://ng-example-app.firebaseapp.com/
- Size: 1.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example app with Angular 5 + Angular CLI + FireBase + TravisCI
[![Build Status](https://travis-ci.org/js2me/ng-example-app.svg?branch=master)](https://travis-ci.org/js2me/ng-example-app)
### DEMO
Live DEMO [here](https://js2me.github.io/ng-example-app/)!
[![angular-example-app](http://thumbsnap.com/i/CxRjJnIB.png?0129)](https://js2me.github.io/ng-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=` option## How to build
1. `npm install` - install dependencies
2. `ng build` or `ng build --prod` for production build