generator-madfront

![npm](https://img.shields.io/npm/v/npm.svg?style=flat-square) ![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)

Usage no npm install needed!

<script type="module">
  import generatorMadfront from 'https://cdn.skypack.dev/generator-madfront';
</script>

README

generator-madfront

npm GitHub

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

Installation

First, install Yeoman and generator-madfront using npm.

npm install -g yo
npm install -g generator-madfront

Then generate your new project:

yo madfront

Features

  • Automatic compilation of SASS
  • CSS autoprefixing
  • Built-in preview server with BrowserSync
  • Image optimization
  • Minifying all scripts,styles and html

Getting started

  • npm npm install --global yo gulp-cli bower generator-madfront
  • Run yo madfront to scaffold your webapp
  • Run gulp dev to raise the server with automatic updates after changing the files
  • Run bower install <package> --save to install frontend dependencies
  • Run gulp build to build your webapp for production

License

MIT © TheMadnessTony