https://github.com/devilcrucifier/nextjs-redux-thunk-material-starter
https://github.com/devilcrucifier/nextjs-redux-thunk-material-starter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devilcrucifier/nextjs-redux-thunk-material-starter
- Owner: devilcrucifier
- Created: 2019-09-18T07:55:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:40:43.000Z (over 3 years ago)
- Last Synced: 2023-03-02T22:56:49.503Z (about 3 years ago)
- Language: JavaScript
- Size: 404 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js example
## How to use
Download the example [or clone the repo](https://github.com/mui-org/material-ui):
```sh
curl https://codeload.github.com/mui-org/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/nextjs
cd nextjs
```
Install it and run:
```sh
npm install
npm run dev
```
## The idea behind the example
[Next.js](https://github.com/zeit/next.js) is a framework for server-rendered React apps.