File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments