Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 782 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 782 Bytes

#Form Validation using JS and UI project automation using grunt

Technology Stack

  • Requirejs
  • SASS
  • casperjs
  • express
  • grunt

Pre Requisite :

  • Install ruby and add its bin folder in system path variable
  • Install sass using ruby globally

Installation

Run `npm install` to install all dependencies.

Usage

Following commands can be run:

  • 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