Simple dev-stack with a set of CSS components. Based on Gulp and Webpack.
- Twig templates to HTML, Sass styles compilation
- Assets optimization for production
- Development server with live refresh
yarn
Compile and copy all assets to dist
, then run server with Browsersync and watch for changes:
yarn dev
Compile, optimize and copy all assets to dist
:
yarn prod