React Hello World: Codevolution 实践指南

该项目提供了一份实践指南,通过逐步引导,您可以轻松运行。在项目目录中,只需运行以下脚本: npm start ,即可以开发模式启动应用程序。在浏览器中打开以查看效果。对代码进行编辑后,页面将自动重新加载。任何潜在错误都将在控制台中显示。另外,通过 npm test 可以启动测试运行器,进入交互式监视模式。要构建生产版本,请运行 npm run build,应用程序将被打包到build文件夹中。此过程将React进行正确捆绑,并对构建进行优化,以确保最佳性能。生成的文件被最小化,文件名包含哈希值,准备好部署您的应用了!如果需要,可以使用 npm run eject 命令,但请注意,此操作是不可逆转的,它会将构建依赖项从项目中删除,包括配置文件和传递性依赖项(如webpack,Babel,ESLint等)。

zip
react-hello-world-master.zip 预估大小:36个文件
folder
react-hello-world-master 文件夹
folder
public 文件夹
file
manifest.json 492B
file
index.html 2KB
file
robots.txt 67B
file
favicon.ico 3KB
file
logo512.png 9KB
file
logo192.png 5KB
folder
src 文件夹
file
logo.svg 3KB
file
index.css 366B
folder
components 文件夹
file
EventBind.js 590B
file
UserGreeting.js 1KB
file
Person.js 261B
file
myStyles.css 66B
file
Form.js 2KB
file
Stylesheet.js 278B
file
Message.js 555B
file
NameList.js 869B
file
Counter.js 898B
file
Welcome.js 195B
file
Inline.js 227B
file
Greet.js 245B
file
FunctionClick.js 257B
file
ParentComponent.js 604B
file
ChildComponent.js 228B
file
Hello.js 322B
file
appStyles.css 26B
file
App.js 555B
file
appStyles.module.css 30B
file
App.test.js 280B
file
setupTests.js 255B
file
App.css 564B
file
serviceWorker.js 5KB
file
index.js 503B
file
README.md 3KB
file
.gitignore 310B
file
package-lock.json 565KB
file
package.json 747B
zip 文件大小:180.95KB