This is a Yeoman generator made specifically for students at The Iron Yard and is used as an introduction to Yeoman & npm. It includes a specific set of tools that we use throughout our course and purposefully omits certain ones until we need them.
- Sass
- jQuery
- Underscore
- Bootstrap
- Backbone
- React
To install:
npm install -g generator-tiy-gvl-feb-2016
To update:
npm update -g generator-tiy-gvl-feb-2016
This is used like any other Yeoman generator. Simply navigate to your new project folder and run:
# Important: *run this inside the project directory*
yo tiy-gvl-feb-2016
There are a few specific tasks so feel free to check out the package.json
but the most used one will be.
npm run watch
- Starts a server and watches for changes, also livereload