Setup process 1 - 'npm install' // incase npm hasn't been installed yet 2 - 'npm install gulp -g' // install gulp globally 3 - 'npm install gulp-cli -g' // install gulp client globally
script to start building and watching 1 - npm run test // returns an echo message 2 - npm run build // gulp builds out files 3 - npm run watch // gulp will watch for changed in pug and scss 4 - npm run dev // runs both build and watch