Skip to content

Launchpad is an opinionated HTML5 starter kit for quick web apps and sites.

License

Notifications You must be signed in to change notification settings

adamcbrewer/generator-launchpad

Repository files navigation

generator-launchpad Build Status Built with Grunt

Launchpad

An opinionated, Yeoman inspired, HTML5 starter kit for quick web apps and sites.

Runtime Options

  • The name of this project?
  • Include third-party libraries?
    • Which extras would you like?
      • jQuery
      • Modernizr
      • Google Analytics
  • Your Name?
  • Your Twitter username?

Getting Started

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

License

MIT License

About

Launchpad is an opinionated HTML5 starter kit for quick web apps and sites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published