
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
create-cloudflare-react-tailwind
Advanced tools
A modern CLI tool for scaffolding full-stack React applications with Tailwind CSS on Cloudflare Workers, supporting both client-side and server-side rendering architectures with Vite for lightning-fast development.
A modern CLI tool for scaffolding full-stack React applications with Tailwind CSS on Cloudflare Workers, supporting both client-side and server-side rendering architectures with Vite for lightning-fast development.
You don't need to install this package globally. You can use it with npx, npm create, or yarn create.
npx create-cloudflare-react-tailwind
npm create cloudflare-react-tailwind
yarn create cloudflare-react-tailwind
bun create cloudflare-react-tailwind
When you run the command, you'll be guided through a simple setup process:
After completion, the CLI will:
In this architecture:
In this architecture:
Once your project is created, you'll have access to the following scripts:
{
"add-component": "npx shadcn@latest add",
"build": "vite build",
"cf-typegen": "wrangler types",
"deploy": "vite build && wrangler deploy",
"dev": "vite",
"lint": "prettier --write . && eslint .",
"logs": "wrangler tail",
"start": "wrangler dev",
"test": "vitest"
}
To start developing your application:
# Navigate to your project directory
cd my-project-name
# Install dependencies
npm install
# or
yarn
# or
bun install
# Start the development server
npm run dev
# or
yarn dev
# or
bun run dev
To deploy your application to Cloudflare Workers:
npm run deploy
# or
yarn deploy
# or
bun run deploy
MIT
FAQs
A modern CLI tool for scaffolding full-stack React applications with Tailwind CSS on Cloudflare Workers, supporting both client-side and server-side rendering architectures with Vite for lightning-fast development.
The npm package create-cloudflare-react-tailwind receives a total of 1 weekly downloads. As such, create-cloudflare-react-tailwind popularity was classified as not popular.
We found that create-cloudflare-react-tailwind demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.