An open API service indexing awesome lists of open source software.

https://github.com/sqlzzy/default-config-11ty-gulp


https://github.com/sqlzzy/default-config-11ty-gulp

Last synced: 10 months ago
JSON representation

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)