Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kelyvin/generator-gulp-express-webapp

Yeoman generator for building a simple web app using express + gulp. This project contains proper project and build structure to be easily extensible.
https://github.com/kelyvin/generator-gulp-express-webapp

expressjs gulp scaffold webapp yeoman

Last synced: 2 months ago
JSON representation

Yeoman generator for building a simple web app using express + gulp. This project contains proper project and build structure to be easily extensible.

Awesome Lists containing this project

README

        

# generator-gulp-express-webapp

> [Yeoman](http://yeoman.io) generator for building a simple web app using express + gulp. This scaffold provides a more well-defined project structure that is better suited for developing web apps.

## Features
All of the gulp features we support can be found within the gulp folder.

* Built-in preview server with BrowserSync
* Automagically compile Sass
* Automagically lint your javascript
* Automagically wire-up dependencies installed with Bower
* Automagically bundle and minify your JS and CSS

## Getting Started

* Install dependencies: `npm install --g yo gulp bower`
* Install the generator: `npm install --g generator-gulp-express-webapp`
* Run `yo gulp-express-webapp` to scaffold your webapp
* Run `gulp serve` to preview and watch for changes when developing locally
* Run `bower install --save ` to install any additional frontend dependencies
* Run `gulp` to build your webapp for production
* Run `gulp serve:dist` to preview the production build

## License
MIT