HTML and TypeScript small starter.
- Install dependencies after clone this repository.
$ yarn install
- Start to auto compiler.
.ts
files at.src/ts/*
are auto compile to.dist/js/*
.
$ yarn tsc --watch
- Server start To refresh browser when you edit the source file. Set up a this server for it.
-
When Using VSCode Recommend to you add Live Server Extension.
-
Other Please use lite-server.
$ yarn start