Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (21 loc) · 1.17 KB

metalist-tickets v.2

Getting Started

Prerequisites

Developing

This project was generated with Angular CLI version 1.5.0.

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.

Running unit tests

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.

Further help

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

  1. Run npm install to install server dependencies.

  2. Rename .env.sample to .env.

  3. Run npm run docker:serve to start the docker container with app in development mode.

  4. Run npm run watch. It must automatically restart node server when the files are changed.

Testing

Running npm test will run the unit tests with mocha.