Start coding in TypeScript in just 1 (one) minute! This package magically sets up a ready-to-use TypeScript application (typescript + eslint + sass + jest + gulp + browsersync).
If not using with npx (see below), you can install with:
$ npm install typescript-app [-g]Go to a directory where you want an application to be initialized, and run
$ typescript-appor with npx:
$ npx typescript-appThen install dependencies with your favourite package manager:
$ npm installor
$ yarn$ npm run startor
$ yarn start$ npm run testor
$ yarn test$ npm run buildor
$ yarn build