Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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;