Skip to content

Commit

Permalink
Add getting started to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 14, 2013
1 parent 8d66e16 commit fb46842
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
@@ -1,6 +1,14 @@
# Web app generator [![Build Status](https://secure.travis-ci.org/yeoman/generator-webapp.png?branch=master)](http://travis-ci.org/yeoman/generator-webapp)

Default Yeoman generator for scaffolding out a front-end web app.
Yeoman generator for scaffolding out a front-end web app.


## Getting Started

- Make sure you have [yo](https://github.com/yeoman/yo) installed: `npm install -g yo`
- Install the generator: `npm install -g generator-webapp`
- Run: `yo webapp`
- Run `grunt` for building and `grunt server` for preview


## Options
Expand Down

0 comments on commit fb46842

Please sign in to comment.