Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 7a89900

Browse files
authored
Create README.md
1 parent 279a3ca commit 7a89900

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# electron-vite-react-ts-template
2+
3+
A template for using electron quickly.
4+
5+
## Overview
6+
7+
- App framework: [`electron`](https://www.electronjs.org/)
8+
- App build tool: [`electron-builder`](https://www.electron.build/)
9+
- Bundle tool: [`vite`](https://vitejs.dev/)
10+
- Frontend framework: `react` + `typescript`
11+
- Code style: `eslint` + `prettier`
12+
- File-system based router: [`generouted`](https://github.com/oedotme/generouted)
13+
- CSS: [`styled-components`](https://styled-components.com/)
14+
- State management library: [`recoil`](https://hookstate.js.org/)
15+
- Date: [`dayjs`](https://day.js.org/)
16+
17+
## Getting Started
18+
19+
#### dev mode
20+
21+
```bash
22+
yarn dev
23+
```
24+
25+
#### vite & electron build
26+
27+
```bash
28+
yarn build
29+
```

0 commit comments

Comments
 (0)