A Typescript kickstarter project with build, watch and lint tools.
Built with Browserify to allow use of Node modules directly in browser.
- Run
yarn installornpm installto install project dependencies. - Run
yarn startornpm startto run the app in the development mode. - Run
yarn buildornpm run buildto build the app in production mode.