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

https://github.com/tsaidavid/electron-next-typescript


https://github.com/tsaidavid/electron-next-typescript

electron nextjs typescript

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Electron, Next.js, TypeScript Boilerplate

## Usage

```bash
# Install dependencies
$ yarn

# Run development mode
$ yarn dev

# Build packages
$ yarn build
```