mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
fix(example): Added missing instructions for CSS "bundling" in with-react-md example (#1451) (#1456)
This commit is contained in:
parent
930736fa3b
commit
1a61133dd4
|
@ -1,6 +1,8 @@
|
|||
|
||||
# Example app with react-md
|
||||
|
||||
![Screenshot](https://cloud.githubusercontent.com/assets/304265/22472564/b2e04ff0-e7de-11e6-921e-d0c9833ac805.png)
|
||||
|
||||
## How to use
|
||||
|
||||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
@ -14,6 +16,7 @@ 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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue