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

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

Awesome Lists containing this project

README

          

# Yerba

![assets/example.png](assets/example.png)

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)