/temb-front

Primary LanguageTypeScript

TembeaFrontend

CircleCI Maintainability Test Coverage

Tembea is the solution for making trip request, scheduling, reporting and analytics very easy at Andela.

Development server

Run yarn start for a dev server.

$ yarn start

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
or our yarn ng alias.

Build

Run yarn build to build the project.

$ yarn build

The build artifacts will be stored in the dist/ directory.
Use the --prod flag or yarn build:prod for a production build.

$ yarn build:prod

Running unit tests

Run ng test or yarn test to execute the unit tests via Karma.

$ yarn test

Running end-to-end tests

Run ng e2e or yarn e2e to execute the end-to-end tests via Cypress.

$ yarn e2e

open cypress

$ cypress:open

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.