Ecosyste.ms: Awesome
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: 15 days ago
JSON representation
Minimal Electron setup that works with Tailwind, React, Typescript, TypeORM, and Webpack
- Host: GitHub
- URL: https://github.com/woojiahao/minimal-electron
- Owner: woojiahao
- License: mit
- Created: 2021-12-20T12:37:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T04:03:22.000Z (about 3 years ago)
- Last Synced: 2023-02-28T06:32:27.614Z (almost 2 years ago)
- Topics: boilerplate, electron, react, tailwind, typeorm, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 298 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```