Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrhidalgo/smalltmp
Small Gulp.JS template for create simple project.
https://github.com/mrhidalgo/smalltmp
Last synced: 20 days ago
JSON representation
Small Gulp.JS template for create simple project.
- Host: GitHub
- URL: https://github.com/mrhidalgo/smalltmp
- Owner: MrHidalgo
- Created: 2018-04-05T17:12:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T05:30:05.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T08:12:17.228Z (almost 2 years ago)
- Language: SCSS
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [ProjectName](http://ProjectName-dev.surge.sh/)
## How to start
* `yarn && gulp` - install npm dependencies, bower packages and run dev-server## NPM script
* `npm run start` - run dev-server, same as `gulp`
* `npm run build` - build project from sources, same as `gulp build`
* `npm run clean` - run task for delete destination folder, same as `gulp clean`## Libraries or packages used by default:
- Normalize-css;
- Reset-css;