https://github.com/paramsinghvc/data-visualisation-angular-es6
https://github.com/paramsinghvc/data-visualisation-angular-es6
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paramsinghvc/data-visualisation-angular-es6
- Owner: paramsinghvc
- License: mit
- Created: 2016-01-14T07:28:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T14:08:36.000Z (over 10 years ago)
- Last Synced: 2025-11-21T17:03:12.775Z (8 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data-visualisation-angular-es6
Make sure you have karma-cli, gulp, bower and npm installed globally before following the given steps from the root directory.
If not, run `sudo npm install -g karma-cli gulp bower`
Run `npm install`
Run `bower install`
Run `gulp`
For running the karma test cases in phantomjs
Run `karma start`
Caveat : In case you face any problem in running karma, make sure you don't have karma installed globally, instead you must have karma-cli installed globally. Also upgrade to the latest version of node through nvm.