Demo: https://workers-do-chat.zett.workers.dev
Install the dependencies:
pnpm installGenerate types:
pnpm typegenTo run Server:
pnpm build
pnpm startYour application will be available at http://localhost:8787.
To run Frontend separately:
pnpm devYour frontend will be available at http://localhost:5173.
Create a production build:
pnpm run buildDeployment is done using the Wrangler CLI.
To deploy directly to production:
npx wrangler deployTo deploy a preview URL:
npx wrangler versions uploadYou can then promote a version to production after verification or roll it out progressively.
npx wrangler versions deployThis template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever CSS framework you prefer.
Built with ❤️ using React Router.
