https://github.com/hyper63/react-server-demo
https://github.com/hyper63/react-server-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyper63/react-server-demo
- Owner: hyper63
- Created: 2021-03-03T21:51:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T14:35:10.000Z (over 5 years ago)
- Last Synced: 2025-11-29T23:08:33.872Z (7 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Use React to write APIs
React is a declarative framework that has proven to extend beyond just rendering the browser.
This project is a simple proof of concept using React to build API's
## Demos
Run the hello world demo
``` sh
deno run --allow-read --allow-net --import-map=./import_map.json mod.jsx
```
Run the counter example
``` sh
deno run --allow-read --allow-net --import-map=./import_map.json count.jsx
```
## Requirements
* Deno 1.8 or greater