Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neofox/neogithubnoops
Having fun with github noops!
https://github.com/neofox/neogithubnoops
Last synced: about 2 months ago
JSON representation
Having fun with github noops!
- Host: GitHub
- URL: https://github.com/neofox/neogithubnoops
- Owner: Neofox
- Created: 2019-09-02T10:07:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T09:53:02.000Z (about 2 years ago)
- Last Synced: 2024-04-13T18:58:21.609Z (9 months ago)
- Language: JavaScript
- Size: 631 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
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.