Skip to content

HiroyukiMakita/html-and-ts-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html-and-ts-starter

HTML and TypeScript small starter.

Usage

  1. Install dependencies after clone this repository.
 $ yarn install
  1. Start to auto compiler. .ts files at .src/ts/* are auto compile to .dist/js/*.
 $ yarn tsc --watch
  1. Server start To refresh browser when you edit the source file. Set up a this server for it.
 $ yarn start

About

HTML and TypeScript small starter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published