Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/webcaetano/boilerplate-gulp-webapp

@webcaetano Boilerplate of GulpJS + Less + Babel on : [gulp , client and server]
https://github.com/webcaetano/boilerplate-gulp-webapp

boilerplate gulp

Last synced: 3 months ago
JSON representation

@webcaetano Boilerplate of GulpJS + Less + Babel on : [gulp , client and server]

Awesome Lists containing this project

README

        

logo


@webcaetano Boilerplates

List :
- [Master](https://github.com/webcaetano/boilerplate-gulp-webapp/blob/master/README.md#master)
- [Only Client Side](https://github.com/webcaetano/boilerplate-gulp-webapp/blob/master/README.md#only-client-side)
- [Node Module](https://github.com/webcaetano/boilerplate-gulp-webapp/blob/master/README.md#node-module)
- [Gulp Plugin](https://github.com/webcaetano/boilerplate-gulp-webapp/blob/master/README.md#gulp-plugin)

Branchs :

### Master
- ✔ Gulp
- ✔ Client Side ES6
- ✔ Angular
- ✔ Server Side ES6

[branch](https://github.com/webcaetano/boilerplate-gulp-webapp)

`git clone [email protected]:webcaetano/boilerplate-gulp-webapp.git`

### Only Client-Side
- ✔ Gulp
- ✔ Client Side ES6
- ✔ Angular

[branch](https://github.com/webcaetano/boilerplate-gulp-webapp/tree/client)

`git clone -b client --single-branch [email protected]:webcaetano/boilerplate-gulp-webapp.git`

### Gulp Plugin

- ✔ Mocha + Chai

[branch](https://github.com/webcaetano/boilerplate-gulp-webapp/tree/gulp)

`git clone -b gulp --single-branch [email protected]:webcaetano/boilerplate-gulp-webapp.git`

### Node Module ES6
- ✔ Gulp
- ✔ Server Side ES6
- ✔ Chai + Mocha + Gulp Test

[branch](https://github.com/webcaetano/boilerplate-gulp-webapp/tree/node-es6)

`git clone -b node-es6 --single-branch [email protected]:webcaetano/boilerplate-gulp-webapp.git`

### Node Module ES5

- ✔ Chai + Mocha

[branch](https://github.com/webcaetano/boilerplate-gulp-webapp/tree/node)

`git clone -b node --single-branch [email protected]:webcaetano/boilerplate-gulp-webapp.git`

## Changelog

#### 2.0.0

- Node 6
- Gulp 4
- Remove AngularJS

## See Also

- phaser-boilerplate [phaser-boilerplate](https://github.com/webcaetano/phaser-boilerplate)