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

https://github.com/jgatjens/frontend

Gulp, es6, layouts, partials, etc
https://github.com/jgatjens/frontend

Last synced: about 1 month ago
JSON representation

Gulp, es6, layouts, partials, etc

Awesome Lists containing this project

README

          

## Frontend Template

### Dependencies and setup

We recommend installing [*Nodejs > v6.5.0*](http://nodejs.org/) with [*nvm*](https://github.com/creationix/nvm)

```sh
npm install
```

### Use Gulp tasks

```sh
# start development server on localhost:3000
npm start

# prepare app for distribucion
# launch server
npm run build
```

### Gulp features

- npm dependency manager
- Compile sass.
- Live reload css and html.
- Templates and partials
- ES6
- Sprites
- Images optimization.
- Create Zip.