文件名称:Threes:使用React式和函数式技术重新创建 Threes 游戏
文件大小:206KB
文件格式:ZIP
更新时间:2024-06-26 11:00:46
JavaScript
三分 使用React式和函数式技术重新创建游戏 Threes。 教程 (2015 年 3 月 20 日) 。 (2015 年 3 月 31 日)。 指示 克隆回购 运行npm install 运行应用程序 运行npm start 打开文件./public/index.html 运行测试 运行npm run test来运行测试 运行npm run test:watch持续测试驱动开发(CTDD) 运行npm run test:watch --debug以进行持续测试驱动开发 (CTDD)。 传递--debug忽略覆盖率,因此您可以在控制台中使用 Karma 轻松调试文件。
【文件预览】:
Threes-master
----.eslintrc(15KB)
----public()
--------index.html(202B)
--------client.css(91B)
--------client.js(903KB)
----src()
--------Context.js(313B)
--------stores()
--------components()
--------util()
--------actions()
--------client.js(210B)
--------App.jsx(1023B)
----README.md(801B)
----tests()
--------spec()
----.gitignore(612B)
----karma.conf.js(2KB)
----package.json(1KB)