Skip to content
/ ts-project-starter Public template

A pre-built developer environment for simple TypeScript projects

Notifications You must be signed in to change notification settings

tomo0613/ts-project-starter

Repository files navigation

ts-project-starter

A pre-built developer environment for simple TypeScript projects

usage:

  • npm install
    • install TypeScript + linter + bundler
  • npm start
    • start TypeScript compiler in watch mode (watch for file changes in '/src' folder)
    • start dev server (up to date Node.js version required)
    • open browser (ff)
    • browser should be reloaded on file modifications
  • npm run build
    • start rollup, make a bundle into the '/build' folder

About

A pre-built developer environment for simple TypeScript projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published