Skip to content

Commit 1f0f699

Browse files
committed
Updates readme
1 parent 2e94936 commit 1f0f699

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

router-advanced/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Router 2
1+
# Router (Advanced)
22

3-
The router requires a server-side component because of the deeplinking. In order to get that to work, you should clone the repo and do the following:
3+
This router build on the previous SPA-like one, but does not require a server-side component,
4+
and works if the user does not have JavaScript.
45

5-
1. Clone the project.
6-
1. Install the [Google App Engine SDK For Python](https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python).
7-
1. Run the SDK app to create symlinks.
8-
1. Add it to the GAE Launcher you downloaded (Existing app, (Ctrl|Cmd)+Shift+N, /path/to/router).
9-
1. Enjoy your local version of the router sample, probably at [localhost:8080](http://localhost:8080).
6+
It also loads content over XHR rather than baking it into the page.

0 commit comments

Comments
 (0)