- Install nodejs (which includes npm)
- Install grunt-cli:
npm install -g grunt-cli
- Install node modules:
npm install
- Execute watch task:
grunt watch
- Browse
http://127.0.0.1/your-www-path/client-js/test/basic
- Execute release task:
grunt release
- Deploy content of
build
folder