An open API service indexing awesome lists of open source software.

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和任何依赖环境,解决浏览器跨域

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
```