npx degit a1exalexander/gulp-static <my-new-project>
cd <my-new-project>
npm install
# Run development server
npm start
# or run 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
//= component.html