文件名称:react-2048:在 React 中实现的 2048 的克隆
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-19 00:26:54
JavaScript
React-2048 这个应用程序是使用 React 实现的 2048 的克隆。 核心游戏逻辑已经完成,但缺少漂亮的样式。 跑步 以下步骤将克隆应用程序源、安装依赖项、构建应用程序并运行 Web 服务器。 这些步骤假设您在一台安装了节点的计算机上。 # Clone the source $ git clone https://github.com:nahiluhmot/react-2048 # Install dependencies $ cd react-2048 $ npm install # Build the application and run the server $ gulp serve 如果您想更改应用程序运行的PORT ,请将PORT环境变量导出到您想要的端口。
【文件预览】:
react-2048-master
----.gitignore(31B)
----README.md(658B)
----app()
--------game_service.js(5KB)
--------views()
--------app.js(273B)
--------errors.js(286B)
----package.json(669B)
----spec()
--------app()
--------spec_helper.js(130B)
----index.html(225B)
----style()
--------app.scss(1KB)
----gulpfile.js(1KB)