React Boilerplate快速启动模板支持HMR、Webpack、Jest、ESLint、Prettier和Husky

React 样板适合快速启动 React 项目,是如果你在几秒钟内搭建一个支持HMR(热模块重载)、WebpackJestESLintPrettier的项目。通过这个模板,你可以省去繁琐的配置,直接开始开发。在本地开发时,使用yarn start命令启动开发服务器,打开浏览器查看效果。这个模板的优势在于,随着你开发过程中对代码的修改,修改内容会即时反映在浏览器中,高效。Git clone之后直接运行yarn install安装依赖,之后就可以快速开发了。对于新手来说,它也挺友好的,配置已经好了,不用再为 webpack 的各种配置烦恼了。

zip
react-boilerplate-master.zip 预估大小:19个文件
folder
react-boilerplate-master 文件夹
file
package.json 2KB
folder
.github 文件夹
folder
workflows 文件夹
file
build.yml 813B
file
jest.config.js 1KB
file
LICENSE 1KB
folder
src 文件夹
file
App.css 536B
file
index.js 168B
file
App.test.js 248B
file
App.js 526B
file
index.css 315B
file
.eslintrc.js 2KB
file
.gitignore 2KB
file
webpack.config.js 4KB
file
.prettierrc.js 144B
folder
public 文件夹
file
index.html 154B
file
favicon.ico 3KB
file
README.md 2KB
file
yarn.lock 370KB
file
fileTransformer.js 216B
file
babel.config.js 711B
zip 文件大小:157.67KB