readme update

This commit is contained in:
2018-09-26 11:55:57 +02:00
parent e695b8dfb2
commit aa77aed8e9
+7 -6
View File
@@ -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.