Skip to content

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

License

Notifications You must be signed in to change notification settings

kelyvin/generator-gulp-express-webapp

Repository files navigation

generator-gulp-express-webapp

Yeoman 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 <package> 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published