Skip to content

Commit 6afacbb

Browse files
committed
Merge branch 'master' of https://github.com/zeit/next.js
2 parents 767bcfd + 8e7f997 commit 6afacbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ So far, we get:
3030
- Server rendering and indexing of `./pages`
3131
- Static file serving. `./static/` is mapped to `/static/`
3232

33+
To see how simple this is, check out the [sample app - nextgram](https://github.com/zeit/nextgram)
34+
3335
### Bundling (code splitting)
3436

3537
Every `import` you declare gets bundled and served with each page

0 commit comments

Comments
 (0)