typescript-app
v0.3.8
Published
Set up a ready-to-use TypeScript application (typescript + eslint + sass + jest + gulp + browsersync)
Maintainers
Readme
typescript-app
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).
Installation
If not using with npx (see below), you can install with:
$ npm install typescript-app [-g]Usage
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
$ yarnRun application
$ npm run startor
$ yarn startRun tests
$ npm run testor
$ yarn testBuild application
$ npm run buildor
$ yarn build