- Clone repository:
- HTTPS:
git clone https://github.com/sqlzzy/default-config-11ty-gulp.git name_your_folder - SSH:
git clone git@github.com:sqlzzy/default-config-11ty-gulp.git name_your_folder
- HTTPS:
- Go to project folder:
cd name_your_folder
- Install npm-packages:
npm i
- Dev mode:
npm run start
PORT: 8080
- Production mode
npm run build
src/articles/-- folders with files for pagessrc/assets/-- folder with common files for all pagessrc/include/-- templates for pages
Feedback and suggestions write to the issue.