This is a simple example on how react-markup-service
can be used within your application to render react components server side.
Clone this repo, and then make sure you have python
, pip
, nodejs
, and npm
installed.
this example was coded in python 2.7 :P
From the root of the cloned repo run.
npm install
pip install -r requirements.txt
then to run
python index.py
There is some logging done into stdout
for the react-markup-service
, but the full log can be found in the react-markup-service.log
file.