A starting point for TypeScript projects including TSLint and ts-jest.
Install project dependencies.
npm install
Start a local webserver and watch for changes.
npm run dev
Run test suite.
npm test
Create a production build.
npm run prod
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A starting point for TypeScript projects including TSLint and ts-jest.
Install project dependencies.
npm install
Start a local webserver and watch for changes.
npm run dev
Run test suite.
npm test
Create a production build.
npm run prod