Demos for images gallery on AngularJS
This proyect contains demos for differents approaches for creating images galleries on AngularJS See the project deployed
-
Development
- AngularJS as framework
- Compass and Sass as CSS framework/language
-
Static code Test
- JSHint
-
TODO: Unit Test
- Karma JS as Test Runner
- SinonJS for UT test spies, stubs and mocks
- ChaiJS as assertion library
-
TODO: E2E Test
- Protractor JS framework
- grunt-protractor-runner to run protractor using Grunt task
- Cucumber JS behavior driven framework
-
Utility libraries
- Lo-Dash
- Install the following tools:
- Git
- Ruby v2.0+
- Node v0.10.0+
- node-gyp addon and it's dependencies
- Then open the console and execute the following commands
- gem install sass
- gem install compass
- npm install -g grunt-cli
- npm install -g bower
- Then using navigate throw the proyect root folder ant execute the following commands
- npm install
- bower install
To start the proyect execute: grunt serve
To run jshint execute: grunt jshint
To run the UT execute: grunt test
To run the E2E test execute: grunt e2e