Quick & Easy development of static websites using gulp 😎
- Gulp version 4
- Html compilation
- Sass compilation
- JavaScript compilation
- Source linting
- Static server with automatic live reload/style injection
As a prerequisite it's assumed you have npm/yarn installed and the gulp-cli.
- Clone the repo:
https://github.com/sreenathkspanikker/Gulp4-Bolilerplate.git
- Install dependencies
npm install / yarn
- Start gulp
gulp