Boilerplate project with Gulp
Click on Use this template button.
Create build and start server for development:
npm start
Create build for production:
npm run build
You can create Nunjucks components and layouts that will be rendered to HTML pages.
You can use any SCSS(SASS) opportunities.
Two PostCSS plugins: autoprefixer and postcss-combine-media-query.
In production mode styles will be optimized by csso.
_polyfill.js
– ForEach
polyfill for NodeLists.
animated-scroll.js
– animated scroll to anchors.
menu.js
– script for mobile menu.
slider.js
– slider by tiny-slider.
Template contains ESLint to style your code with airbnb-base
.
Your scripts will be compiled by Babel and minimized by TerserPlugin in production mode.