https://github.com/ai-action/vite-react-tailwind-ai-template
Vite React Tailwind AI template
https://github.com/ai-action/vite-react-tailwind-ai-template
ai cloudflare cloudflare-pages react tailwind tailwindcss template typescript vercel-sdk-ai vite
Last synced: about 2 months ago
JSON representation
Vite React Tailwind AI template
- Host: GitHub
- URL: https://github.com/ai-action/vite-react-tailwind-ai-template
- Owner: ai-action
- License: mit
- Created: 2025-07-11T18:02:39.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-07-11T18:56:16.000Z (8 months ago)
- Last Synced: 2025-07-11T20:22:37.445Z (8 months ago)
- Topics: ai, cloudflare, cloudflare-pages, react, tailwind, tailwindcss, template, typescript, vercel-sdk-ai, vite
- Language: TypeScript
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-react-tailwind-ai-template
[](https://github.com/ai-action/vite-react-tailwind-ai-template/actions/workflows/build.yml)
Vite React Tailwind AI template.
## Install
Clone the repository:
```sh
git clone https://github.com/ai-action/vite-react-tailwind-ai-template.git
cd vite-react-tailwind-ai-template
```
Install the dependencies:
```sh
npm install
```
## Run
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://127.0.0.1:5173](http://127.0.0.1:5173) to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
### `npm run build`
Builds the app for production to the `dist` folder.
It correctly bundles in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
### `npm run lint`
Runs ESLint.
## Debug
Login via Wrangler:
```sh
npx wrangler login
```
Start a logging session:
```sh
npx wrangler pages deployment tail
```
## License
[MIT](LICENSE)