1.0.0 • Published 1 year ago

generator-gulp-frontend-boilerplate v1.0.0

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
1 year ago

Yeoman Generator for Gulp + Sass + Typescript Boilerplate\

Based off of Nando Moreirame's Gulp generator and The Coder Coders Version 🙏🏼

Instructions

Install Yeoman globally: npm install -g yo

Then install the Gulp + Sass boilerplate generator globally: npm install -g generator-gulp-frontend-boilerplate

Navigate to a directory you want to generate the files in, then run yo generator-gulp-frontend-boilerplate

To run, you will need to have the Gulp CLI also installed globally: npm install -g gulp-cli

Then in the project root, run the website by running gulp.

Development

To get the current submodule version for the template run git submodule foreach git pull