0.5.0 • Published 6 years ago

typescript-quickstart v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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.