Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 714 Bytes

File metadata and controls

23 lines (19 loc) · 714 Bytes

What's this?

  • Simple drag and drop using reactJS
  • duplicate main element
  • allow drag -n- dropping of duplicated item

Prerequisites

  • Latest Node.js installed
  • Latest gulp installed "npm install -g gulp"
  • LiveReload browser plugin for development (optional)

Commands

  • "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

Build Options

  • dist - build destination directory (default - dist)
  • port - local serving server port (default - 8000)
  • env - name of target environment (default - dev)