diff --git a/Readme.md b/Readme.md index b0d55f4a..8f71ee8d 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 - nextgram](https://github.com/zeit/nextgram) + ### Bundling (code splitting) Every `import` you declare gets bundled and served with each page