KnockoutJS boilerplate using Typescript and Gulp
- Typescript
- Less
- Browserify
- Knockout custom elements
- CSS autoprefixing
- CSS reset and layout sash-layout
- Source Mapping
- Browser Sync
- Production asset minification
- Image optimization
https://ludovicoforace.github.io/knockout-boilerplate/
Development:
$ npm start
Clean dist folder:
$ npm run clean
Build:
$ npm run build
gh-pages Deployment:
$ npm run deploy