Note requires node v4.x.x or higher and npm 2.14.7.
git clone https://github.com/valor-software/ng2-dragula.git
cd ng2-dragula
npm install # or `npm run reinstall` if you get an error
npm start # start with --env dev
npm test
Please follow these basic steps to simplify pull request reviews - if you don't you'll probably just be asked to anyway.
- Please rebase your branch against the current master
- Run
npm install
to make sure your development dependencies are up-to-date - Please ensure that the test suite passes and that code is lint free before submitting a PR by running:
npm test
- If you've added new functionality, please include tests which validate its behaviour
- Make reference to possible issues on PR comment
- Please detail the affected browser(s) and operating system(s)
- Please be sure to state which version of node and npm you're using