The project is intentionally kept this simple, meant for development purposes only.
You can fork or download the boilerplate from GitHub:
https://github.com/klikk/html-project-starter.git
You need to have node with npm installed
npm install
gulp
This command will run every gulp task:
- It will generate the CSS files from SCSS
- It will copy the images
- It will copy the JS files
You may run each task independently as well:
gulp sass
gulp scripts
gulp copy-images
The project is intentionally kept this simple, meant for development purposes only.