Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 404 Bytes

To observe the browser refresh, first load http://localhost:9000/hello, then change the <body> tag of app/templates/hello.dust to following, save the change and you should see browser automatically re-fresh.

<body>
    <h1>${greeting}!</h1>
</body>

Documentation

(Coming soon)

Release History

(Nothing yet)

License

Copyright (c) 2013 swift
Licensed under the MIT license.