https://github.com/lukeb06/create-l3-app
My web dev stack using Next.js and Bun
https://github.com/lukeb06/create-l3-app
bun nextjs typescript
Last synced: over 1 year ago
JSON representation
My web dev stack using Next.js and Bun
- Host: GitHub
- URL: https://github.com/lukeb06/create-l3-app
- Owner: lukeb06
- Created: 2024-10-15T14:48:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-29T15:33:14.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:32:42.859Z (over 1 year ago)
- Topics: bun, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-l3-app
create-l3-app is a CLI tool designed to scaffold full-stack, type-safe web applications using modern frameworks and technologies like Next.js, Bun, Hono, tRPC, and SQLite. Tailored for intermediate React developers, this tool accelerates development by providing a fast, minimal-bloat setup that streamlines the process of building scalable applications.
[Read the docs](https://www.lukebarrier.info/l3/docs)
## Features
- 🚀 Type-safe APIs with tRPC: Create robust remote procedures without the overhead of REST APIs.
- ⚙️ Full-stack development: Seamless integration with Next.js for building full-stack applications.
- ⚡ High performance: Powered by Bun for ultra-fast execution and minimal dependencies.
- 🛡️ Production-ready: Easy integration with popular tools and services for deployment.
## Usage
```bash
npx create-l3-app@latest
```
[Get started](https://www.lukebarrier.info/l3/docs)