This project is generated with yo angular generator version 0.15.1.
- AngularJS 1.5.x
- Bootstrap 3
- Unit tested
- Highcharts and HighStocks graphs
- Search boxes and filters for the assets
- Managed proxy error responses
- Mobile friendly
- Localstorage
- Code written ready for minification, just in case you want to use another tool to minify it
- npm
- bower
- grunt-cli
-
If needed install the dependecies globally
-
Inside the repo folder:
npm install && bower install
-
Run
grunt
for building,grunt serve
for preview the develpoment code andgrunt serve:dist
for preview the production code.
Running grunt test
will run the unit tests with karma.
- Hide date and time of comments in the xs viewport (width<768px)
- Scroll horizontally on the assets table for the xs viewport (width<768px)