Language : 🇨🇳 | 🇺🇸
A front-end display project of proteomic analysis based on React,Ant Design Pro and Echarts.
The data and algorithms come from ProPro-server.
- 💡 TypeScript: A language for application-scale JavaScript
- 🚀 React: An open source JavaScript library used for designing user interfaces.
- 🍙 Umi: Extensible enterprise-level front-end application framework
- 💎 Ant Design Pro: An out-of-box UI solution for enterprise applications as a React boilerplate.
- 📐 Echarts: An open source visual graph library based on JavaScript
- node and git - Project development environment
- Webpack - A bundler that takes modules with dependencies and creates static assets
- React - Familiar with React basic syntax
- TypeScript - Familiar with the basic syntax of
TypeScript
- Es6+ - Familiar with es6 basic syntax
- Get the project code
git clone https://github.com/CSi-Studio/ProPro-React.git
- Installation dependencies
cd ProPro-React
yarn
- run
yarn start
- build
yarn build
Demo:http://47.88.77.180:8080/
Modern browsers and IE11.
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
---|---|---|---|---|
IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
Any type of contribution is welcome, here are some examples of how you may contribute to this project:
- Submit issues to report bugs or ask questions.
- Propose pull requests to improve our code.