Skip to content

Commit 2729b94

Browse files
committed
docs: README.md 업데이트
1 parent c014768 commit 2729b94

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
Electron starter kit with multiple features
66

7-
![image](https://github.com/2skydev/electron-nestjs-react-vite-template/assets/43225384/5b717dd7-24e1-4a86-8df7-b1d93a986d46)
8-
9-
![image](https://github.com/2skydev/electron-nestjs-react-vite-template/assets/43225384/47cb748a-52de-4e93-89b1-90a92b455e24)
7+
<img width="708" height="379" alt="electron-update" src="https://github.com/user-attachments/assets/c7e40cdb-1e94-4e2c-957c-c3f00ff73152" />
108

119
<br/>
1210

@@ -38,9 +36,14 @@ Electron starter kit with multiple features
3836
- Bundle tool: [`vite`](https://vitejs.dev/) + [`electron-vite`](https://electron-vite.org/)
3937
- Main process framework: [`nestjs`](https://nestjs.com/)
4038
- Renderer process framework: [`react`](https://react.dev/) + [`typescript`](https://www.typescriptlang.org/)
41-
- Code style: `eslint` + `prettier` + [`@trivago/prettier-plugin-sort-imports`](https://github.com/trivago/prettier-plugin-sort-imports)
42-
- File system based router: [`react-router-dom v6`](https://reactrouter.com/docs/en/v6) + custom (src/components/FileSystemRoutes)
39+
- Code style: [`@biomejs/biome`](https://biomejs.dev/)
40+
- UI components: [`shadcn/ui`](https://ui.shadcn.com/) + [`radix-ui`](https://www.radix-ui.com/)
41+
- Styling: [`tailwindcss`](https://tailwindcss.com/)
42+
- File system based router: [`react-router-dom v7`](https://reactrouter.com/docs/en/v7) + custom (src/components/core/FileSystemRoutes)
43+
- Form handling: [`react-hook-form`](https://react-hook-form.com/) + [`zod`](https://zod.dev/)
44+
- Data fetching: [`swr`](https://swr.vercel.app/)
4345
- i18n: [`i18next`](https://www.i18next.com/) + [`react-i18next`](https://react.i18next.com/)
46+
- Utility library: [`es-toolkit`](https://es-toolkit.slash.page/)
4447

4548
<br/>
4649

0 commit comments

Comments
 (0)