Skip to content

Latest commit

 

History

History
 
 

client

Momentum Mod Frontend

Dependencies

Building

For all development purposes: in this directory, run:

npm install -g @angular/cli
yarn install
npm start

To compile for production, run:

npm run build:prod

Tests

Frontend tests use Jasmine and Karma. To run them:

npm run test