typescript-quickstart

A quicker way to start TypeScript projects


Keywords
typescript, quickstart
License
MIT
Install
npm install typescript-quickstart@0.5.0

Documentation

TypeScript Quickstart

npm

Zero-config tool for bundling browser based TypeScript projects.

npm install --dev typescript typescript-quickstart
npx quickstart-init

# or with yarn

yarn add --dev typescript typescript-quickstart
yarn run quickstart-init

Then run npm start to begin a development server, or npm run build to create a production build.