https://github.com/sqlzzy/default-config-11ty-gulp
https://github.com/sqlzzy/default-config-11ty-gulp
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sqlzzy/default-config-11ty-gulp
- Owner: sqlzzy
- Created: 2023-02-15T18:22:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T21:28:26.000Z (over 3 years ago)
- Last Synced: 2025-03-12T17:38:59.127Z (about 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Default configuration for the project on 11ty and Gulp. HTML + SCSS + VanillaJS
### Install
1) **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```
2) **Go to project folder:**
- ```cd name_your_folder```
3) **Install npm-packages:**
- ```npm i```
### Run project
1) **Dev mode**:
- ```npm run start```
*PORT: 8080*
2) **Production mode**
- ```npm run build```
### File structure
- ```src/articles/``` -- folders with files for pages
- ```src/assets/``` -- folder with common files for all pages
- ```src/include/``` -- templates for pages
### Note
Feedback and suggestions write to the [issue](https://github.com/sqlzzy/default-config-11ty-gulp/issues).
### Author:
- [Sergey Osipov](https://github.com/sqlzzy)