[DO NOT USE / WORK IN PROGRESS] All-in-one remix starter template for Cloudflare Workers
The Remix Cloudflare template is a development template that includes several features such as Development with Vite, Github Actions for CI/CD, Markdoc for rendering markdown, Styling with Tailwind, End-to-end testing with Playwright, Local third party request mocking with MSW, Code formatting with Prettier, Linting with ESLint, and Static Types with TypeScript.
To install the theme, follow these steps:
wrangler.toml.example and rename it to wrangler.toml for configuring the development environment.vite dev
/tests/e2e directory.wrangler dev
wrangler.toml file to add new environment variables as needed.The Remix Cloudflare template provides a comprehensive development setup with features like Vite for development, Tailwind for styling, Playwright for testing, and more. By following the installation guide and utilizing the various features, developers can streamline their development process and ensure a smooth deployment process on the Cloudflare platform.