1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add learnnextjs link (#1710)

* Add learnnextjs link

* fix typos
This commit is contained in:
Jaga Santagostino 2017-04-13 16:43:06 +02:00 committed by Tim Neutkens
parent af1afa472b
commit a52458181a

View file

@ -11,6 +11,7 @@ Next.js is a minimalistic framework for server-rendered React applications.
<!-- https://github.com/thlorenz/doctoc -->
- [How to use](#how-to-use)
- [Getting Started](#getting-started)
- [Setup](#setup)
- [Automatic code splitting](#automatic-code-splitting)
- [CSS](#css)
@ -43,6 +44,9 @@ Next.js is a minimalistic framework for server-rendered React applications.
## How to use
### Gettin Started
A step by step interactive guide of next features is available at [learnnextjs.com](https://learnnextjs.com/)
### Setup
Install it: