Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```