Skip to content

mobbit-front-end/generator-mobbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-end project generator

Yeoman generator that scaffolds out a front-end project using gulp for the build process

Features

Please see our gulpfile.js for up to date information on what we support.

  • CSS Autoprefixing
  • Built-in preview server with BrowserSync
  • Automagically compile Sass with libsass
  • Automagically lint your scripts
  • Awesome image optimization
  • Automagically wire-up dependencies installed with Bower

For more information on what this generator can do for you, take a look at the gulp plugins used in our package.json.

Getting Started

  • Install dependencies: npm install -g yo bower
  • Install the generator: npm install -g generator-mobbit-front-end
  • Run yo mobbit-front-end to scaffold your project
  • Run gulp dev to preview and watch for changes
  • Run bower install --save <package> to install frontend dependencies
  • Run gulp to build your project for production

License

BSD license

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published