Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 415 Bytes

test.md

File metadata and controls

26 lines (14 loc) · 415 Bytes

Running the Tests

Unit Tests

  1. CI Mode: npm test
  2. Watch tdd mode: npm run tdd

Protractor Tests

  1. First, start the app: npm start

the open a new terminal tab and do:

  1. npm run test:func

Building the App

You can build the client with:

npm run build

Then, you can serve it with:

npm run server:prod

or you can use the alias: npm run prod to build and serve in prod mode.