A starter project including full setup for jsPlumb Bootstrap, GulpJS, SASS, AutoPrefixer, BrowserSync. Ideal as a development starter for jsPlumb Websites It uses a xml Visual Editor as a demo where the user can directly edit and save the nodes
To use this starter project, you'll need the following things installed on your machine.
- NodeJS - use the installer.
- Bower -
$ npm install -g bower
(mac users may need sudo). - GulpJS -
$ npm install -g gulp
(mac users may need sudo).
- Clone this repo, or download it into a directory of your choice.
- Inside the directory, run
npm install
to install the node modules (e.g. Gulp). - Then run
bower install
to install the bower components (e.g. Boostrap).
development mode
This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.
$ gulp