https://github.com/hyper63/react-server-demo
https://github.com/hyper63/react-server-demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyper63/react-server-demo
- Owner: hyper63
- Created: 2021-03-03T21:51:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T14:35:10.000Z (about 5 years ago)
- Last Synced: 2025-03-02T18:32:33.217Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- 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