文件名称:react-template:具有react,打字稿,热加载,sass和jest的react项目样板
文件大小:147KB
文件格式:ZIP
更新时间:2024-03-04 14:27:46
react sass typescript webpack jest
React模板 概述 基本的前端模板。 细节 该项目使用以下技术和库: 注意:如果您正在使用则已经定义了测试运行器。 如何 设置 克隆仓库。 如果没有,请安装它。 全局安装 : npm i -g npx 在项目文件夹中打开终端,然后键入: npm install 这将安装项目依赖项。 跑 要运行该应用程序,请输入: npm start 它将通过热重载来构建并服务于应用程序。 运行测试: 在按F5。 或者在项目文件夹中打开终端,然后键入: npm test 船运: 打开终端并输入: npm run build 输出将在dist文件夹中。
【文件预览】:
react-template-master
----.github()
--------ISSUE_TEMPLATE()
----webpack.config.js(5KB)
----src()
--------index.html(210B)
--------styles()
--------favicon.ico(31KB)
--------core()
--------components()
--------app.tsx(214B)
----.vscode()
--------launch.json(1KB)
----babel.config.json(353B)
----CONTRIBUTING.md(2B)
----tsconfig.json(260B)
----LICENSE(1KB)
----README.md(1KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(21B)
----package-lock.json(542KB)
----package.json(2KB)