/bootstrap-addons

Collection of angular directives for additional bootstrap components

Primary LanguageJavaScriptApache License 2.0Apache-2.0

bootstrap-addons

Collection of angular directives for additional bootstrap components

timeslider

Demo

How to build locally

Prerequisite modules

Make sure the following packages are installed on your machine

  • node.js
  • npm

Install gulp

$ npm install --global gulp

Install dependencies

$ npm install

Build

$ gulp

Build and watch - rebuilding with new changes

$ gulp watch