https://github.com/arrayzoneyour/thoughtworkspairprogrammingfrontend
https://github.com/arrayzoneyour/thoughtworkspairprogrammingfrontend
react
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/arrayzoneyour/thoughtworkspairprogrammingfrontend
- Owner: ArrayZoneYour
- License: mit
- Created: 2018-06-09T09:40:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T15:18:59.000Z (almost 8 years ago)
- Last Synced: 2025-09-10T07:33:36.051Z (8 months ago)
- Topics: react
- Language: JavaScript
- Size: 531 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ThoughtWorksPairProgrammingFrontend
本项目产生于ThoughtWorks 结对编程活动
[生命游戏规则简介](https://zh.wikipedia.org/zh-hans/%E5%BA%B7%E5%A8%81%E7%94%9F%E5%91%BD%E6%B8%B8%E6%88%8F)
### 前端使用到的技术/npm package
* [React](https://reactjs.org/)
* [axios](https://github.com/axios/axios)
* [webpack](https://webpack.js.org/)
### 姊妹项目
[ThoughtWorksPairProgrammingBackend](https://github.com/ArrayZoneYour/ThoughtWorksPairProgrammingBackend)
### 项目运行
1. 本项目的运行依赖于后端的API,即姊妹项目,如果没有安装可以参考上面链接中的README自行安装并启动
2. 运行`yarn install`安装依赖包。
3. 首次运行项目时运行`yarn build`编译源文件。
4. 运行`yarn dev-server`后访问相应端口即可。
### Issue 规范
如果你在学习或者使用本仓库的代码时遇到了问题,请按照以下规范提Issue:
* Issue标题:[Issue类型(如安装问题、请求功能支持等)] 问题简要说明
* Issue内容:如果是安装问题,请附上完整的截图或者出问题时前后的关键信息,如果是功能支持建议请尽量描述清晰