https://github.com/unfold/react-full-page
https://github.com/unfold/react-full-page
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/unfold/react-full-page
- Owner: unfold
- Created: 2014-11-21T09:41:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T15:51:57.000Z (over 11 years ago)
- Last Synced: 2025-04-03T14:15:02.265Z (over 1 year ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React-full-page
===============
[](https://codeclimate.com/repos/546f1d8be30ba0014d012953/feed)
Renders full document through React (from `` node). Note: this currently only works with the isomorphic server/client approach as in this example.
Usage
===============
```
$ npm install
$ webpack
$ node server
```