Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 351 Bytes

File metadata and controls

12 lines (8 loc) · 351 Bytes

handlebars_templating_example

We deliver Squirrel News from Reddit via Handlebars templating.

To view the finished example

Check out the "finished" branch.

To start your webserver from the project directory in Terminal

python -m SimpleHTTPServer 8888

(8888 can be replaced with any port number you want to use.)

Then visit localhost:8888.