Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuri2peter/booza
React + NodeJS + Electron project boilerplate.
https://github.com/yuri2peter/booza
Last synced: 2 months ago
JSON representation
React + NodeJS + Electron project boilerplate.
- Host: GitHub
- URL: https://github.com/yuri2peter/booza
- Owner: yuri2peter
- License: apache-2.0
- Created: 2024-01-17T10:37:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T16:47:29.000Z (7 months ago)
- Last Synced: 2024-06-20T04:49:40.823Z (7 months ago)
- Language: TypeScript
- Size: 2.87 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
██████╗ ██████╗ ██████╗ ███████╗ █████╗
██╔══██╗██╔═══██╗██╔═══██╗╚══███╔╝██╔══██╗
██████╔╝██║ ██║██║ ██║ ███╔╝ ███████║
██╔══██╗██║ ██║██║ ██║ ███╔╝ ██╔══██║
██████╔╝╚██████╔╝╚██████╔╝███████╗██║ ██║
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝```
React + NodeJS + Electron 项目开发模板。
https://github.com/yuri2peter/booza
## Features
- 前后端分离
- typescript支持
- 热更新开发预览
- 依赖共享
- webpack打包,减少release体积
- 高度可配置化的项目技术栈
- 自动化编译和打包脚本## Quick Start
```sh
$ npm ci --silent
$ npm start
```OR
```sh
$ sh init.sh
```## File Structure
```
- assets 固定资源文件
- dev 开发脚本和工具
- dist 编译后代码和运行目录
- package 打包工具
- patches npm包补丁
- src/common 公共代码
- src/renderer 前端代码
- src/server 后端代码
```## Configs
详见 [src/common/config.ts](src/common/config.ts)。