https://github.com/devunltd/apiker-examples
Examples for Apiker API
https://github.com/devunltd/apiker-examples
Last synced: about 1 year ago
JSON representation
Examples for Apiker API
- Host: GitHub
- URL: https://github.com/devunltd/apiker-examples
- Owner: DevUnltd
- Created: 2022-06-27T01:22:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T17:45:01.000Z (over 2 years ago)
- Last Synced: 2025-03-24T21:02:52.871Z (about 1 year ago)
- Language: JavaScript
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👷 Apiker Examples
This is the source to the examples found in the [Apiker Readme](https://github.com/hodgef/apiker/tree/master#readme)
## 📦 Install
To create an Apiker project, run:
```
npx apiker your-site-name
```
## Note: You must use [wrangler](https://developers.cloudflare.com/workers/cli-wrangler/install-update) 1.19.3 or newer to use this template.
## Please read the [Durable Object documentation](https://developers.cloudflare.com/workers/learning/using-durable-objects) before using this template.
Make sure to do the following before running `wrangler publish`:
- edit your [**app.toml**](https://github.com/hodgef/apiker-demo/blob/master/app.toml)
- edit files under src/ as desired
- run `npm run build`
