Before you get started, you will need:
Node.js
LTSnpm
- should be bundled withNode.js
.
- Install the dependencies under Requirements.
- Install the project dependencies:
$ npm install
- Run the development server:
$ npm start
Common development tasks:
npm start
: run the development servernpm test
: run unit testsnpm run lint
: lint with TSLintnpm run dist
: build a production bundlenpm run pack
: typecheck and build a development bundle (for CI)npm run watch
: watch files and run unit tests on change