readme update
This commit is contained in:
+7
-6
@@ -1,21 +1,22 @@
|
||||
# Next.js example
|
||||
# TTapp using next.js
|
||||
|
||||
## How to use
|
||||
|
||||
Download the example [or clone the repo](https://github.com/mui-org/material-ui):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/mui-org/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/nextjs
|
||||
cd nextjs
|
||||
git clone
|
||||
```
|
||||
|
||||
Install it and run:
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run dev
|
||||
yarn install
|
||||
yarn dev
|
||||
```
|
||||
|
||||
## The idea behind the example
|
||||
- Look at package.json for infos on build etc.
|
||||
|
||||
## The framework used
|
||||
|
||||
[Next.js](https://github.com/zeit/next.js) is a framework for server-rendered React apps.
|
||||
|
||||
Reference in New Issue
Block a user