All Projects → kelyvin → Generator Gulp Express Webapp

kelyvin / Generator Gulp Express Webapp

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Generator Gulp Express Webapp

Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: ✭ 985 (+12212.5%)
Mutual labels:  gulp, yeoman, webapp
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (+462.5%)
Mutual labels:  gulp, yeoman, scaffold
generator-espress
an opinionated yeoman generator that scaffolds a mvc express webapp completely in es6
Stars: ✭ 20 (+150%)
Mutual labels:  gulp, expressjs
generator-angular-pro
AngularJS project generator for scalable, enterprise-grade web and mobile applications
Stars: ✭ 43 (+437.5%)
Mutual labels:  gulp, yeoman
generator-phaser-browserify
A generator for Phaser using Gulp and Browserify
Stars: ✭ 36 (+350%)
Mutual labels:  gulp, yeoman
NodeExpressCRUD
Node, Express, Mongoose and MongoDB CRUD Web Application
Stars: ✭ 45 (+462.5%)
Mutual labels:  expressjs, webapp
react-ssr-spa
Server side rendered single page app using reactjs official libraries.
Stars: ✭ 30 (+275%)
Mutual labels:  gulp, expressjs
generator-yeomify-landing
Yeoman generator for landing project powered by Gulp
Stars: ✭ 29 (+262.5%)
Mutual labels:  gulp, yeoman
generator-sf
Yeoman generator that scaffolds out a Symfony PHP app including Browsersync, various CSS preprocessors, jspm, webpack, browserify and Service Worker
Stars: ✭ 14 (+75%)
Mutual labels:  gulp, yeoman
Generator Sails Rest Api
Yeoman generator for scaffolding Sails REST API with predefined features
Stars: ✭ 336 (+4100%)
Mutual labels:  scaffold, yeoman
Generator Jekyllized
A Yeoman generator for Jekyll to rapidly build sites using Gulp
Stars: ✭ 332 (+4050%)
Mutual labels:  gulp, yeoman
Generator Webapp
A gulp.js generator for modern webapps
Stars: ✭ 3,784 (+47200%)
Mutual labels:  gulp, yeoman
generator-omaha
Yeoman generator designed to help you craft sustainable code for the modern web
Stars: ✭ 12 (+50%)
Mutual labels:  yeoman, scaffold
Mean Angular5 Passport Authentication
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
Stars: ✭ 24 (+200%)
Mutual labels:  expressjs, webapp
generator-vars-jekyll
Generator for raw web app with CircleCI, Jekyll, Webpack, Express + more.
Stars: ✭ 18 (+125%)
Mutual labels:  gulp, yeoman
generator-vintage-frontend
Modern front-end workflow
Stars: ✭ 15 (+87.5%)
Mutual labels:  gulp, yeoman
Generator Express No Stress
🚂 A Yeoman generator for Express.js based 12-factor apps and apis
Stars: ✭ 534 (+6575%)
Mutual labels:  expressjs, scaffold
lnv-mobile-base
移动端开发脚手架-基于gulp的使用zepto、handlebars、sass并且带移动端适配方案(flexible.js)的前端工作流,旨在帮助移动端项目的开发
Stars: ✭ 41 (+412.5%)
Mutual labels:  gulp, scaffold
kibe
A simple Yeoman Generator to start projects with the most common tasks of my workflow using Gulp.
Stars: ✭ 33 (+312.5%)
Mutual labels:  gulp, yeoman
Generator Webappstarter
Quick start a web app for mobile.Automatically adjusts according to a device’s screen size without any extra work.
Stars: ✭ 298 (+3625%)
Mutual labels:  gulp, yeoman

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].