From aea49d426e85dc3eec4876f895468bc3d50c6a85 Mon Sep 17 00:00:00 2001 From: Siddharth Kshetrapal Date: Tue, 25 Oct 2016 21:48:57 +0530 Subject: [PATCH] Added sample app link to README --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index b0d55f4a..6d545443 100644 --- a/Readme.md +++ b/Readme.md @@ -30,6 +30,8 @@ So far, we get: - Server rendering and indexing of `./pages` - Static file serving. `./static/` is mapped to `/static/` +To see how simple this is, check out the [sample app - nextagram](https://github.com/zeit/nextgram) + ### Bundling (code splitting) Every `import` you declare gets bundled and served with each page