文件名称:react-boiler:个人React样板(路由,身份验证,utils,服务)
文件大小:155KB
文件格式:ZIP
更新时间:2024-03-12 21:20:12
JavaScript
个人React样板 设置 将此存储git clone https://github.com/zempo/react-boilerplate.git YOUR-PROJECT-FOLDER到本地计算机上git clone https://github.com/zempo/react-boilerplate.git YOUR-PROJECT-FOLDER cd进入克隆的存储库 使用rm -rf .git重新开始您的项目历史 mv example.env .env隐藏环境变量。 仔细检查您的.gitignore git init后跟npm i 。 更新./public/index.html和./package.json项目名称。 更新./public/favicon.ico 该项目是通过。 可用脚本 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏
【文件预览】:
react-boiler-master
----package.json(1008B)
----example.env(24B)
----package-lock.json(527KB)
----src()
--------config.js(0B)
--------Services()
--------index.js(515B)
--------Test()
--------Modals()
--------serviceWorker.js(5KB)
--------Components()
--------setupTests.js(223B)
--------Hooks()
--------index.css(366B)
----.gitignore(315B)
----public()
--------manifest.json(306B)
--------index.html(2KB)
--------favicon.ico(4KB)
----README.md(3KB)