Header banner
Revain logoHome Page
hardyan dyan photo
indonesia
1 Level
1 Review
-40 Karma

Review on Dash by hardyan dyan

Revainrating 3 out of 5

DASH

Install Core Dependencies
install nodejs
install grunt
npm install -g grunt-cli
Checkout project repository (default branch: development)
git clone
Install dependencies
npm install
Build, watch file changes and launch samples page, which has links that point to reference player and to other examples (basic examples, captioning, ads, live, etc).
grunt dev
Other Grunt Tasks to Build / Run Tests on Commandline.
ο»Ώ
Individual tasks:
Quickest build
grunt debug
Lint
grunt lint
Run unit tests
grunt test
Build distribution files (minification included)
grunt dist
Build distribution files, lint, run unit tests and generate documentation
grunt release
GruntFile.js default task (equivalent to grunt dist && grunt test)
grunt

ο»Ώ

Pros
  • Graph resizes (arbitrarily) when changing between Tabs in a Dash App
Cons
  • How to upload a csv file and render a bar plot

Similar reviews