An open API service indexing awesome lists of open source software.

https://github.com/unfold/react-full-page


https://github.com/unfold/react-full-page

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

React-full-page
===============

[![Code Climate](https://codeclimate.com/repos/546f1d8be30ba0014d012953/badges/fab9963ba43179d014e1/gpa.svg)](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
```