Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.57 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.57 KB

E-PokédeX

This project was generated with Angular CLI version 7.1.4.

Project arch

  • Angular 7.1.0
  • RXJS 6.3.3
  • Bootstrap 4.2.1
  • NG Bootstrap 4.0.1
  • NGRX 7.0.0
  • Angular PWA 0.11.4

Production

Pushes to "master" branch are deployed on heroku: https://epokedex.herokuapp.com

Branch Build status
Master Build Status
Develop Build Status

Tests

Travis-CI run all unit and integration tests on all pushes to any branch. The tests are written with Jasmine configured by Angular CLI.

Development

Use Angular CLI to start development environment

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.