-
clone repo
-
npm install express -g -
npm install phantomjs -g -
npm install casperjs -g -
npm install bower -g -
npm install -
bower install -
Developing only:
sh watch.sh -
Start:
node build/app.js -
send form (http://localhost:5000) and get responce (in config you can set json: true, if we set json:false - we will got csv format of response)
P.S. my NodeJS -v is v0.10.26 (installed via NVM)