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

https://github.com/jaydson/react-static

Just playing with React on the server.
https://github.com/jaydson/react-static

Last synced: over 1 year ago
JSON representation

Just playing with React on the server.

Awesome Lists containing this project

README

          

# React Static Component
Just playing with React on the server.

## How to run
```
npm install
npm run build
node bundle
```
It must prints on the console a React component string like this:
```

Static Component

```