mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Merge pull request #49 from siddharthkp/patch-1
Added sample app link to README
This commit is contained in:
commit
d856ebdca3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue