Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-12T18:33:57.000Z (about 2 months ago)
- Last Synced: 2024-11-12T19:30:58.287Z (about 2 months ago)
- Topics: bun, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 1
- 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.
## 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
```