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.
- Host: GitHub
- URL: https://github.com/jaydson/react-static
- Owner: jaydson
- License: mit
- Created: 2016-01-08T05:23:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T05:26:22.000Z (over 10 years ago)
- Last Synced: 2025-02-02T00:30:03.607Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```