TypeScript Starter A starting point for TypeScript projects including TSLint and ts-jest. Getting Started 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