generator-kiricon-website

A Yeoman generator for making modern front-end web apps using a gulp workflow.

Usage no npm install needed!

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

README

generator-kiricon-website NPM version Dependency Status

A Yeoman generator for making modern front-end web apps using a gulp workflow.

Installation

First, install Yeoman and generator-kiricon-website using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-kiricon-website

Then generate your new project:

yo kiricon-website

From there you can use your prebuilt gulp workflow using the included features bellow;

gulp run

Features you can include

  • Angular
  • Angular Material
  • Sass
  • Build tools to uglify and minify your Javascript and CSS
  • Html5 boiler plate
  • Gulp build
  • Browser Sync

License

MIT © Dominic Valenciana