文件名称:react-car-configurator:React Hooks课程项目的入门代码
文件大小:14.18MB
文件格式:ZIP
更新时间:2024-04-10 11:11:34
react javascript es6 reactjs alterclass
汽车配置器 的React Hooks模块中的项目入门代码。 跟随课程以完成项目,或从与您的讲师一起参加实时课程。 查看最终结果的现场演示: : 。 创建React应用 该项目使用流行的命令来设置现代React应用程序。这样,我们可以专注于代码本身,而不必担心配置许多构建工具。 文件提供了四个脚本: start :以开发模式运行该应用程序。 build :将要生产的应用程序生成到build文件夹。它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。 test :以交互式监视模式启动测试运行器。 eject :从您的项目中删除create-react-app构建依赖项。 指示 克隆项目存储库: git clone https://github.com/AlterClassIO/react-car-configurator 导航到项目文件夹: cd react-car-
【文件预览】:
react-car-configurator-main
----.gitignore(310B)
----package.json(639B)
----package-lock.json(667KB)
----src()
--------components()
--------index.js(230B)
--------utils.js(256B)
--------index.css(1KB)
--------data.js(5KB)
----LICENSE(1KB)
----public()
--------wheels()
--------robots.txt(67B)
--------interiors()
--------cars()
--------logo.svg(6KB)
--------square_logo192.png(30KB)
--------index.html(3KB)
--------favicon.ico(1KB)
--------manifest.json(520B)
--------logo_white.svg(6KB)
--------logo_square.svg(2KB)
--------square_logo512.png(190KB)
----README.md(2KB)