文件名称:剪刀石头布:带有svg动画的沙盒游戏
文件大小:262KB
文件格式:ZIP
更新时间:2024-03-12 22:16:15
javascript css svg reactjs animation
演示版 剪刀石头布 如何运行项目 git clone https://github.com/ideanb/rock-paper-scissors.git 输入项目文件夹cd rock-paper-scissors npm i npm start 注意:Environemt文件通常位于存储库中(我知道它不应存在)
【文件预览】:
rock-paper-scissors-master
----.gitignore(319B)
----package.json(1KB)
----server()
--------app.js(579B)
--------models()
--------index.js(843B)
--------__tests__()
--------middlewares.js(447B)
--------controllers()
----package-lock.json(753KB)
----src()
--------api()
--------components()
--------routes.js(611B)
--------index.js(365B)
--------config.js(47B)
--------state()
--------constants.js(73B)
----public()
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(306B)
----.env(118B)
----README.md(335B)