Skip to content

Commit

Permalink
Add readme notes about preview ui. leemunroe#25
Browse files Browse the repository at this point in the history
  • Loading branch information
taeo committed Jul 11, 2015
1 parent ffadb64 commit 4e90008
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ See the output HTML in the `dist` folder. Open them and preview it the browser.

Alternatively run `grunt watch`. This will check for any changes you make to your .scss and .hbs templates, then automatically run the tasks. Saves you having to run grunt every time.

### Browser-based Previews

In terminal, run `grunt serve`.

* This will run the default tasks `grunt` + the `watch` task will be initiated.
* A preview ui will automagically open on [http://localhost:4000](http://localhost:4000) and you can review your templates.
* Go about your business editing templates and see your template changes live-reload.
* __NOTE:__ The express server stops working when the `watch` task is not running.

### Send the email to yourself

* Sign up for a [Mailgun](http://www.mailgun.com) account (it's free)
Expand Down

0 comments on commit 4e90008

Please sign in to comment.