https://github.com/bfzg/local_proxy
一个基于electron + node 实现的快捷反向代理服务器,用于解决浏览器跨域问题,一键安装代理服务,解决跨域问题,不需要安装node和任何依赖环境,解决浏览器跨域
https://github.com/bfzg/local_proxy
electron react
Last synced: 5 months ago
JSON representation
一个基于electron + node 实现的快捷反向代理服务器,用于解决浏览器跨域问题,一键安装代理服务,解决跨域问题,不需要安装node和任何依赖环境,解决浏览器跨域
- Host: GitHub
- URL: https://github.com/bfzg/local_proxy
- Owner: bfzg
- Created: 2024-09-03T14:48:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:24:40.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T23:17:29.787Z (about 1 year ago)
- Topics: electron, react
- Language: TypeScript
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# local_proxy
An Electron application with React and TypeScript
## Project Setup
### Install
```bash
$ yarn
```
### Development
```bash
$ yarn dev
```
### Build
```bash
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux
```