Ecosyste.ms: Awesome
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: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T05:26:22.000Z (about 9 years ago)
- Last Synced: 2024-10-17T16:55:09.965Z (3 months 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
```