# Create new folder and install the gulp project there
npx degit a1exalexander/gulp <my-new-project>
cd <my-new-project>
npm install
# or install the gulp project here
npx degit a1exalexander/gulp .
npm install
# Run devserver
npm start
# or run deveserver with HTML validator
npm run dev
# Build for production
npm run build
.
├── src # Source files
├── fonts
├── images
├── js # Entry JS files
├── styles # CSS, SASS, SCSS style files (ignore: '_')
index.html
//= templates/_foo.html
//= _bar.html