Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 814 Bytes

File metadata and controls

53 lines (41 loc) · 814 Bytes

🎈 Eleventy Gulp Starter Kit

Eleventy based starter kit for static frontend projects with Gulp task manager.

Kit's features

Requirements

Getting started

1. Clone repo

git clone git@github.com:Baregamyan/eleventy-gulp-starter-kit.git your-project-name

2. Install dependencies

npm i

3. Start

npm start

4. Watch

Watch without project building.

npm run watch

5. Test

CSS, JS linting and HTML validation test.

npm run test

6. Build

npm run buld