Development Setup
To get started, you need to do the following:

If you've previously installed gulp globally, run npm rm --global gulp before following these instructions. For more information, read this Sip.

Quick start Gulp
Gulp Project setup command
  • Install node modules using npm npm i
  • Default gulp default ( dist and watch run in localhost:3000/ )
  • Serve gulp serve
  • Dev gulp dev
  • Dist gulp dist