Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kelyvin/generator-gulp-express-webapp
- Owner: kelyvin
- License: mit
- Created: 2015-10-26T01:46:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T23:38:59.000Z (over 7 years ago)
- Last Synced: 2024-11-12T21:18:21.059Z (3 months ago)
- Topics: expressjs, gulp, scaffold, webapp, yeoman
- Language: JavaScript
- Size: 19.5 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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