Skip to content

edgefirst-dev/starter

Repository files navigation

Edge-first Starter Kit

A full-stack starter kit for Edge-first applications built with React on top of Cloudflare Developer Platform.

Important

This is still in development, the authentication code included works but is not ready or complete, however app works just fine ignoring that.

Features

Getting Started

Create a new React application using the Edge-first Starter Kit:

bun create edgefirst-dev/starter <my-app>
cd my-app
bun run setup <my-app>

The setup script will ask for your project name, and other information to configure the project locally and on Cloudflare.

Check the setup docs for more information.

Author