https://github.com/devjhoan/flarekit
🔥 | Boilerplate for React on Cloudflare Workers with BetterAuth
https://github.com/devjhoan/flarekit
better-auth boilerplate cloudflare-workers drizzle-orm hono sqlite
Last synced: about 2 months ago
JSON representation
🔥 | Boilerplate for React on Cloudflare Workers with BetterAuth
- Host: GitHub
- URL: https://github.com/devjhoan/flarekit
- Owner: devjhoan
- Created: 2025-03-08T04:12:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-03T05:11:18.000Z (12 months ago)
- Last Synced: 2025-07-03T06:22:50.902Z (12 months ago)
- Topics: better-auth, boilerplate, cloudflare-workers, drizzle-orm, hono, sqlite
- Language: TypeScript
- Homepage: https://flarekit.strider.top
- Size: 165 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Fullstack Starter
A modern boilerplate for fullstack development using the latest technologies.
## 📋 Prerequisites
- [Bun](https://bun.sh/) (version 1.2.4 or higher)
- [Node.js](https://nodejs.org/) (recommended LTS version)
- [Git](https://git-scm.com/)
## 🛠 Installation
1. Clone the repository:
```bash
git clone
cd fullstack-starter
```
2. Install dependencies:
```bash
bun install
```
## 🚀 Development
To start the development environment:
```bash
bun dev
```
This command will start all services in development mode using Turborepo.
## 📦 Production Build
To build the project for production:
```bash
bun build
```
## 🏗 Project Structure
The project uses a monorepo architecture with Turborepo:
```
fullstack-starter/
├── apps/ # Main applications
├── packages/ # Shared packages
├── turbo.json # Turborepo configuration
└── package.json # Project configuration
```
## 🔧 Main Technologies
- **Runtime**: Bun
- **Monorepo Manager**: Turborepo
- **Linting/Formatting**: Biome
- **Language**: TypeScript
## 👥 Contribution
Contributions are welcome. Please make sure to follow the project's style guides using Biome.
## 📄 License
This project is under the MIT License.
## 👤 Author
- **Jhoan**
- GitHub: [@devjhoan](https://github.com/devjhoan)
- Email: znotjhoan@gmail.com