This is a simple seed for TypeScript projects
Features
scripts:
npm start
Launch TypeScript compiler validate your code in hot-reload mode.
npm test
Launch the test with jest (*.spec.js
files).
npm run build
Build the application for publish in ES5 in dist/public
folder.
npm run coverage
Launch the test with coverage report.
npm run lint
Launch linter for code style.
npm run tsc
Launch typescript compiler for validate your code.
npm run build-types
Launch typescript compiler to create types in dist/types
folder.
npm run build-dev
Build in developer mode (with maps).
With <3 by Crystian.