0.0.3 • Published 6 years ago

tsqs v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

TypeScript QuickStart

A simple Webpack abstraction for bundling TypeScript projects in the browser.

npm install tsqs typescript

Then add the following scripts to your package.json:

"scripts": {
  "start": "tsqs-start",
  "build": "tsqs-build"
}

Add the following files and folders to your project:

public/
  index.html
src/
  index.ts
tsconfig.json

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

0.0.3

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago