#Vl4dban board
This is a simple project I used to try out material design using angular.
##To try out
- Install node using:
npm install
- Install bower:
npm install -g bower
- Install node modules:
npm install
- Install bower packages:
bower install
To try it out, If using a linux system you can run:
python -m SimpleHTTPServer 8088
You can then try it out at http://127.0.0.1:8088/app in your browser.