create-ts-web-app
v0.0.4
Published
Create web app with typescript support
Maintainers
Readme
Create TS Web App
Command line tool to help you create web app with TypeScript support
Quick Overview
npx create-ts-web-app my-app
cd my-app
npm startThen open your browser with url http://localhost:8080/ to see your app
For production build use command npm run build
