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

https://github.com/woojiahao/minimal-electron

Minimal Electron setup that works with Tailwind, React, Typescript, TypeORM, and Webpack
https://github.com/woojiahao/minimal-electron

boilerplate electron react tailwind typeorm typescript webpack

Last synced: 3 months ago
JSON representation

Minimal Electron setup that works with Tailwind, React, Typescript, TypeORM, and Webpack

Awesome Lists containing this project

README

          

# minimal-electron
Minimal Electron setup that works with Typescript, React, Tailwind.CSS, TypeORM, and Webpack

## Setup

Ensure that Yarn and PostgreSQL is installed. Using Node version 14.16.1 (latest LTS).

```bash
git clone https://github.com/woojiahao/minimal-electron.git
cd minimal-electron
yarn install
yarn dev
```