Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamtheasad/gulp-nunjucks-static-starter
Static starter template with gulp, nunjucks. Created smooth development experience for front-end developer.
https://github.com/iamtheasad/gulp-nunjucks-static-starter
gulp gulp-starter nunjucks nunjucks-starter-kit
Last synced: about 1 month ago
JSON representation
Static starter template with gulp, nunjucks. Created smooth development experience for front-end developer.
- Host: GitHub
- URL: https://github.com/iamtheasad/gulp-nunjucks-static-starter
- Owner: iamtheasad
- Created: 2021-04-04T05:47:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T08:35:11.000Z (over 2 years ago)
- Last Synced: 2024-04-23T18:14:46.730Z (8 months ago)
- Topics: gulp, gulp-starter, nunjucks, nunjucks-starter-kit
- Language: SCSS
- Homepage:
- Size: 5.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Gulp Html Starter Template By Md. Asaduzzaman Rana
## Gulp Task Runner Used Here
```python
ok
```For Install Packages Run:
```
npm install
```Or
```
yarn
```For Run The Project On Your Local Machine:
```
gulp
```For Clean build / dist Folder Run:
```
yarn cleanDist
```or
```
npm run cleanDist
```For Image Optimized Run:
```
npm run imageMinify
```or
```
yarn imageMinify
```For Image Clean Run:
```
npm run imageClean
```or
```
yarn imageClean
```