https://github.com/yusukebe/cloudflare-pages-step-by-step
Create a full-stack application on Cloudflare Pages step-by-step.
https://github.com/yusukebe/cloudflare-pages-step-by-step
Last synced: 12 months ago
JSON representation
Create a full-stack application on Cloudflare Pages step-by-step.
- Host: GitHub
- URL: https://github.com/yusukebe/cloudflare-pages-step-by-step
- Owner: yusukebe
- Created: 2023-02-23T14:07:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T03:14:30.000Z (over 3 years ago)
- Last Synced: 2025-01-08T17:32:58.899Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudflare Pages Step by Step
Cloudflare Pages is a great platform for Jamstack, and the "Functions" allow us to make our site dynamic.
This project will show you the path to creating a full-stack application from scratch on Cloudflare Pages.
By integrating these components, it would be possible to create a React SPA application with the API using a D1 database.
## ToC
* [01-basic](./projects/01-basic/)
* [02-vite](./projects/02-vite/)
* [03-react](./projects/03-react/)
* [04-functions](./projects/04-functions/)
* [05-hono](./projects/05-hono/)
* [06-d1](./projects/06-d1/)
* [07-rpc](./projects/07-rpc/)
* [08-testing](./projects/08-testing/)
* [09-middleware](./projects/09-middleware/)
## Related Projects
*
## Author
Yusuke Wada
## License
MIT