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

https://github.com/arrayzoneyour/thoughtworkspairprogrammingfrontend


https://github.com/arrayzoneyour/thoughtworkspairprogrammingfrontend

react

Last synced: 1 day ago
JSON representation

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内容:如果是安装问题,请附上完整的截图或者出问题时前后的关键信息,如果是功能支持建议请尽量描述清晰