A starter project for building web applications with React, TypeScript, Tailwind CSS, and Cloudflare Pages.
- React + TypeScript
- Tailwind CSS for styling
- Vite for fast development
- Cloudflare Pages for hosting and serverless functions
- Node.js (v18+ recommended)
- Yarn or npm
# Install dependencies
yarn install
# or
npm install# Start the development server
yarn dev
# or
npm run devThis will start the development server at http://localhost:5173.
This project uses Cloudflare Pages for deployment, including the serverless functions.
# Deploy to development environment
yarn deploy
# or
npm run deploy
# Deploy to production environment
yarn deploy:prod
# or
npm run deploy:prodMIT