droppable.js is available on npm and can be installed by running:
$ npm install --save droppable.js
Make sure to download dependencies by running npm install and installing
karma-cli and broccoli-cli globally by running npm install -g karma-cli broccoli-cli.
$ broccoli serve
Broccoli will serve a build on http://localhost:4200/droppable.js. All
examples will use this build when available.
To simplify the test setup, we’re using broccoli to build our tests as well,
simply run broccoli serve and karma start to run the test suite.
The test suite assumes the user agent's implementation works. Down the road we may create implementation tests using selenium in order to ensure that this is the case.
$ broccoli build ./dist