Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.11 KB

README_CN.md

File metadata and controls

36 lines (26 loc) · 1.11 KB

react-game

预览

线上演示地址: http://game.innoweb.cn

简介

作为初学者我计划每周使用React制作一个小游戏/应用程序,并且将尽力保持代码的整洁和标准。以下👇是目前为止已完成的项目:

Game Progress date
Todo 100% 2020-08-10
TicTacToe 100% 2020-08-12
2048 100% 2020-08-16
AudioPlayer 100% 2020-08-18
ImgUploader 100% 2020-08-21
Todo 100% 2020-08-22
??? 0% ????-??-??

快速开始

项目要求nodejs版本 > 13.7.0,因为配置脚本是在es6+中编写的,还需要使用npm来管理项目依赖项。 在克隆项目之后,请按照以下命令开始使用。

  > git clone git@github.com:<your name>/react-game.git
  > cd react-game
  > npm install # Install dependencies
  > npm run start # Start local developing mode
  > npm run test # Run test code
  > npm run build # Build the project from source

协议

MIT