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

https://github.com/hyper63/react-server-demo


https://github.com/hyper63/react-server-demo

Last synced: 4 months ago
JSON representation

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