- Simple drag and drop using reactJS
- duplicate main element
- allow drag -n- dropping of duplicated item
- Latest Node.js installed
- Latest gulp installed "npm install -g gulp"
- LiveReload browser plugin for development (optional)
- "npm install" - setup project
- "gulp" - build project
- "gulp watch" - build project on changes continiously
- "gulp serve" - like "gulp watch" with local livereload server started
- "gulp clean" - remove build artifacts
- "Ctrl + C" - SIGINT, exit
- dist - build destination directory (default - dist)
- port - local serving server port (default - 8000)
- env - name of target environment (default - dev)