hang子手React项目使用指南

该项目是通过yarn脚本运行的。在项目目录中,可以执行以下操作:

- yarn start:在开发模式下运行应用程序,打开浏览器以查看。编辑代码后页面会自动重新加载,控制台中还会显示任何lint错误。

- yarn test:启动交互式监视模式下的测试运行程序。查看更多信息,请参阅相关部分。

- yarn build:为生产环境构建应用程序,并将其存储在build文件夹中。生成的文件经过优化,并且文件名包含哈希以提高性能。

- yarn eject:这是一个不可逆操作。一旦eject,将无法返回。它会将所有配置文件和依赖项(如webpack、Babel、ESLint)直接复制到项目中,方便自行调整配置。

zip
hangman-react-master.zip 预估大小:16个文件
folder
hangman-react-master 文件夹
file
package.json 749B
folder
src 文件夹
file
App.css 2KB
file
index.js 200B
folder
components 文件夹
file
Notification.js 264B
file
Figure.js 859B
file
Popup.js 981B
file
Header.js 179B
file
Word.js 376B
file
WrongLetters.js 419B
file
App.js 2KB
folder
helpers 文件夹
file
helpers.js 392B
file
.gitignore 310B
folder
public 文件夹
file
robots.txt 67B
file
index.html 318B
file
README.md 3KB
file
yarn.lock 462KB
zip 文件大小:184.11KB