https://github.com/superfly/tipe-react-edge
Rendering Tipe API responses with React on the edge
https://github.com/superfly/tipe-react-edge
Last synced: 3 months ago
JSON representation
Rendering Tipe API responses with React on the edge
- Host: GitHub
- URL: https://github.com/superfly/tipe-react-edge
- Owner: superfly
- Created: 2018-06-01T18:56:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T19:11:09.000Z (about 7 years ago)
- Last Synced: 2025-03-07T01:18:46.223Z (3 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tipe on the Edge
### Getting started
Copy `.fly.secrets.example.yml` to `.fly.secrets.yml`, update each secret value with the appropriate token (get this from tipe.io).
Open `index.js` and change the `DOCUMENT_ID` constant to match which document you want to render.
Then run:
```
npm install
npx fly server
``Then load: http://localhost:3000