An ultra-lightweight Yeoman generator for simple web projects. No frameworks, just jQuery, Bootstrap, Underscore, and scaffolding
- Sass
- jQuery
- Underscore
- Bootstrap 4
To install:
npm install -g generator-flyweightTo update:
npm update -g generator-flyweightThis is used like any other Yeoman generator. Simply navigate to your new project folder and run:
# Important: *run this inside the project directory*
yo flyweightIncluded webpack. Run npm run start to start webpack-dev-server with hot module reloading.
