https://github.com/jerryshell/fund-web
公募基金投资指标 - Web 端
https://github.com/jerryshell/fund-web
Last synced: 9 months ago
JSON representation
公募基金投资指标 - Web 端
- Host: GitHub
- URL: https://github.com/jerryshell/fund-web
- Owner: jerryshell
- License: agpl-3.0
- Created: 2021-02-10T16:01:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T17:25:25.000Z (over 3 years ago)
- Last Synced: 2023-03-05T16:42:53.906Z (almost 3 years ago)
- Language: TypeScript
- Homepage: https://fund-web.pages.dev
- Size: 941 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 注意
本工具仅作为交流编程技术使用,不对其他人构成投资建议。
投资有风险,入市须谨慎!
## Demo
https://fund-web.pages.dev
Demo 服务端部署在 Heroku 上,冷启动大概需要 1-2 分钟
## 相关项目
* Web 端(当前项目)
* [Rust 服务端](https://github.com/jerryshell/jfi)
* [Spring Boot 服务端](https://github.com/jerryshell/fund-server)
* [阿里云 Serverless 服务端](https://github.com/jerryshell/fund-serverless-aliyun)
## 安装依赖
```bash
yarn
```
## 启动项目
```bash
yarn dev
```
## 开源许可证
[GNU Affero General Public License v3.0](https://choosealicense.com/licenses/agpl-3.0/)