WebFund 2013F: Tutorial 9

From Soma-notes
Revision as of 02:17, 8 November 2013 by Soma (talk | contribs) (Created page with "In this tutorial you will be modifying <tt>adventure-ajax-demo</tt>, an updated version of [ Adventure Demo] that now uses asynchronous background requests (AJAX) to navigate ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In this tutorial you will be modifying adventure-ajax-demo, an updated version of [ Adventure Demo] that now uses asynchronous background requests (AJAX) to navigate between rooms and update the page.

First, grab the code, either with modules or without. Then unzip it and get it running as usual. (If you download the version with modules, you shouldn't need to run npm install.)

Do the following: