Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 1 month 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

```