https://github.com/ouracademy/big
The website of Business Ideas Group
https://github.com/ouracademy/big
apollo-client education graphcool nextjs
Last synced: 7 months ago
JSON representation
The website of Business Ideas Group
- Host: GitHub
- URL: https://github.com/ouracademy/big
- Owner: ouracademy
- Created: 2017-05-16T17:58:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T01:37:16.000Z (over 8 years ago)
- Last Synced: 2025-01-08T22:39:16.921Z (9 months ago)
- Topics: apollo-client, education, graphcool, nextjs
- Language: JavaScript
- Size: 326 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-react-md)
# Example app with react-md

## How to use
Download the example [or clone the repo](https://github.com/zeit/next.js):
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-react-md
cd with-react-md
```Install it and run:
```bash
npm install
ln -f -s ../node_modules/react-md/dist/react-md.light_blue-yellow.min.css static/react-md.light_blue-yellow.min.css
npm run dev
```Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.co/download))
```bash
now
```## The idea behind the example
This example features how you use [react-md](https://react-md.mlaursen.com/) (React Material Design) with Next.js.
I recommend reading [layout-component](../layout-component) example next to learn how to reuse the layout across the pages.