Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 293 Bytes

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 start

Then open your browser with url http://localhost:8080/ to see your app

For production build use command npm run build