Skip to content

ishay320/TypeScript-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript base

This is base for TypeScript web page development.

includes

  • tsc (typescript)
  • parcel (for hot reload and compile with tsc)

usage

  • install dependency
npm install
  • Start hot reloading server
npm start
  • Build the web app
npm run-script build