An opinionated, Yeoman inspired, HTML5 starter kit for quick web apps and sites.
- The name of this project?
- Include third-party libraries?
- Which extras would you like?
- jQuery
- Modernizr
- Google Analytics
- Which extras would you like?
- Your Name?
- Your Twitter username?
First, install Yeoman and generator-launchpad
:
$ npm install -g yo generator-launchpad
Whenever you start a new project just initiate the generator to create the files and run a few other comands to get started:
$ cd ~/project/dir
$ yo launchpad
$ grunt copy // move any third-party libs to where they need to be
$ grunt css // initial build of styles
Lastly, be sure you have the latest version of generator-launchpad
:
$ npm update -g generator-launchpad