- Clone the repository:
git clone https://github.com/xcodersun/vivodash.git
- Install the NodeJS dependencies:
npm install
. - Install the Bower dependencies:
bower install
. - Run the gulp build task:
gulp build
. - Run the gulp default task:
gulp
. This will build any changes made automatically, and also run a live reload server on http://localhost:8888.
Ensure your preferred web server points towards the dist
directory.
Continue developing the dashboard further by editing the src
directory. With the gulp
command, any file changes made will automatically be compiled into the specific location within the dist
directory.
By default, VivoDash Angular includes ui.bootstrap
, ui.router
and ngCookies
, angular chart.js
.
If you'd like to include any additional modules/packages not included with VivoDash Angular, add them to your bower.json
file and then update the src/index.html
file, to include them in the minified distribution output.
VivoDash Anuglar
rdash-angular