#Form Validation using JS and UI project automation using grunt
- Requirejs
- SASS
- casperjs
- express
- grunt
- Install ruby and add its bin folder in system path variable
- Install sass using ruby globally
- Start a server :
grunt server
- Linting JS files :
grunt lint
- Compile SCSS to CSS :
grunt css
- Run unit Tests :
grunt test
- Run All ( Start server, Linting, SCSS to CSS , Unit testing, Stop server) :
grunt