https://github.com/t3dotgg/yerba
Electron Turborepo monorepo with Next.js, Typescript, Vite and more
https://github.com/t3dotgg/yerba
Last synced: about 1 year ago
JSON representation
Electron Turborepo monorepo with Next.js, Typescript, Vite and more
- Host: GitHub
- URL: https://github.com/t3dotgg/yerba
- Owner: t3dotgg
- License: mit
- Created: 2022-02-02T09:30:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T08:01:31.000Z (over 3 years ago)
- Last Synced: 2025-03-30T11:08:59.267Z (about 1 year ago)
- Language: TypeScript
- Size: 1.03 MB
- Stars: 403
- Watchers: 3
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-projects - yerba - Electron Turborepo monorepo with Next.js, Typescript, Vite and more ⭐411 `TypeScript` (📦 Legacy & Inactive Projects)
README
# Yerba

An Electron Monorepo Demo
Uses:
- Next.js
- Typescript
- Tailwind
- Turborepo
- Vite (for Electron builds)
## Getting Started
```bash
npm install
npm run dev
```
## Prior work
Most of this code is generously borrowed from the following
- [vite-electron-builder](https://github.com/cawa-93/vite-electron-builder)
- [Turborepo basic example](https://github.com/vercel/turborepo/tree/main/examples/basic)