An open API service indexing awesome lists of open source software.

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

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