Skip to content

Commit

Permalink
feat(example): factored out todomvc into separate repo, closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jan 4, 2016
1 parent 4ac2ebd commit a060058
Show file tree
Hide file tree
Showing 4 changed files with 37,348 additions and 57,198 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
As a proof of concept I have been able to intercept fetch requests from the
page and serve them using an ExpressJS running inside a ServiceWorker.

See live [demo](https://express-service.herokuapp.com/) (use Chrome or Opera)
where a complete [TodoMVC Express app](https://github.com/bahmutov/todomvc-express) is running
a ServiceWorker. [Demo source](https://github.com/bahmutov/todomvc-express-and-service-worker).

## The ExpressJS server

The ExpressJS server can be found in [src/demo-server.js](src/demo-server.js), it has 2 pages
Expand Down
Loading

0 comments on commit a060058

Please sign in to comment.