Skip to content

ludovicoforace/knockout-boilerplate

Repository files navigation

knockout-boilerplate

KnockoutJS boilerplate using Typescript and Gulp

Features

  • Typescript
  • Less
  • Browserify
  • Knockout custom elements
  • CSS autoprefixing
  • CSS reset and layout sash-layout
  • Source Mapping
  • Browser Sync
  • Production asset minification
  • Image optimization

Live example

https://ludovicoforace.github.io/knockout-boilerplate/

Usage

Development:

$ npm start

Clean dist folder:

$ npm run clean

Build:

$ npm run build

gh-pages Deployment:

$ npm run deploy