Dependencie: Gulp 4, NodeJS
To start working with this bundle:
- Clone project
git clone https://github.com/krahmanov/html_gulp_boilerplate.git
- Inside project run
npm install
oryarn install
- Start by using:
npm run dev
- For development purposesnpm run build
- For production purposes
- scss,
- autoprefixes,
- image optimization,
- js optimization.
It also comes with reseter.css and vanillatop.js.
It can be extended in a simple way when project require some extra functionality provided by thirdparty packages.
name | Description |
---|---|
gulp |
Runs default task for development |
gulp build |
Runs default task for production |