/cartola-pge-adm-fe

Administrator front end for the cartola pge application

Primary LanguageTypeScript

CartolaPgeAdminFe

This repository holds the front end for the admin section of a private league of a game called cartola. The entire project was made in order to pratice Angular2/Typescript, the microservice architecture and to help our league manager, of course.

What we use

  • Rails 5 API as a back end
  • Karma / Jasmine for testing
  • Bootstrap 4 for layout

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.

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.