Skip to content

VoloshchenkoAl/create-ts-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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