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: 12 months ago
JSON representation
@webcaetano Boilerplate of GulpJS + Less + Babel on : [gulp , client and server]
- Host: GitHub
- URL: https://github.com/webcaetano/boilerplate-gulp-webapp
- Owner: webcaetano
- Created: 2015-05-07T11:58:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-28T13:54:14.000Z (about 10 years ago)
- Last Synced: 2023-03-01T09:26:43.071Z (over 3 years ago)
- Topics: boilerplate, gulp
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

@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 git@github.com: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 git@github.com: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 git@github.com: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 git@github.com: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 git@github.com: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)