Skip to content

Commit

Permalink
updated readme to explain grunt server
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Oct 17, 2014
1 parent 50af0a6 commit 40076dc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ h4. Install with "bower":http://bower.io
h4. Run local "Grunt":http://gruntjs.com test to see examples

Install dependencies:
* install "node.js":http://nodejs.org/
* <pre>
install "node.js":http://nodejs.org/
Install Grunt and dependencies (in jquery_lazyload directory)
<pre>
$ npm install -g grunt-cli
$ npm install
</pre>

Start server
* <pre>$ grunt server</pre>
Start server:
<pre>$ grunt server</pre>

h1. License

Expand Down

0 comments on commit 40076dc

Please sign in to comment.