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
- Host: GitHub
- URL: https://github.com/micmro/typescript-grunt-boilerplate
- Owner: micmro
- License: mit
- Created: 2016-07-04T13:07:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T13:14:46.000Z (almost 10 years ago)
- Last Synced: 2025-05-21T19:18:35.265Z (about 1 year ago)
- Topics: boilerplate-template, dev-server, grunt, typescript
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.