An AngularJS-based user interface for an CSV viewer app
npm install -g grunt-cli
npm install
grunt install
./node_modules/.bin/webdriver-manager update
grunt dev
- Go to:
http://localhost:8888
grunt test
grunt test:unit
Note: if phantomjs fails to load, try downloading it from phantomjs.com
to replace
./node_modules/karma-phantomjs-launcher/node_modules/phantomjs/bin/phantomjs
grunt autotest:unit
grunt test:e2e
grunt autotest:e2e
grunt coverage