mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
parent
af1afa472b
commit
a52458181a
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue