Skip to content

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)

License

Notifications You must be signed in to change notification settings

arfeo/typescript-app

Repository files navigation

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-app

or with npx:

$ npx typescript-app

Then install dependencies with your favourite package manager:

$ npm install

or

$ yarn

Run application

$ npm run start

or

$ yarn start

Run tests

$ npm run test

or

$ yarn test

Build application

$ npm run build

or

$ yarn build

About

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)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages