TypeScript Quickstart
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.