Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamtheasad/exhibition-gulp
Website for Bangladesh International Travel and Tourism Expo (BITTE). scss, gulp, nunjucks all latest technology are used here
https://github.com/iamtheasad/exhibition-gulp
gulp html-css-javascript html5 nunjucks scss
Last synced: about 2 months ago
JSON representation
Website for Bangladesh International Travel and Tourism Expo (BITTE). scss, gulp, nunjucks all latest technology are used here
- Host: GitHub
- URL: https://github.com/iamtheasad/exhibition-gulp
- Owner: iamtheasad
- Created: 2022-06-22T11:47:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T08:50:59.000Z (over 2 years ago)
- Last Synced: 2024-07-30T19:37:21.237Z (5 months ago)
- Topics: gulp, html-css-javascript, html5, nunjucks, scss
- Language: HTML
- Homepage: https://exhibition-gulp.netlify.app/
- Size: 58.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 Folder Run:
```
yarn cleanBuild
```or
```
npm run cleanBuild
```For Image Optimized Run:
```
npm run imageMinify
```or
```
yarn imageMinify
```For Image Clean Run:
```
npm run imageClean
```or
```
yarn imageClean
```