An open API service indexing awesome lists of open source software.

https://github.com/micmro/typescript-grunt-boilerplate

Simple boilerplate for compiling, serving and watching typescript via grunt
https://github.com/micmro/typescript-grunt-boilerplate

boilerplate-template dev-server grunt typescript

Last synced: about 2 months ago
JSON representation

Simple boilerplate for compiling, serving and watching typescript via grunt

Awesome Lists containing this project

README

          

# typescript-grunt-boilerplate
Simple boilerplate for compiling, serving and watching typescript via grunt

# Start the auto-watch dev-server
Simply run
```
npm run serve
```

This will start the `browser-sync` server, compiles and `browserify`s the typescript in the project.