文件名称:react-jest-boilerplate:具有Webpack和Jest支持的React的简单样板
文件大小:252KB
文件格式:ZIP
更新时间:2024-05-21 16:41:32
JavaScript
具有React,Webpack,Jest和Sass支持的简单样板 这是一个非常基本的样板,支持: React17 React路由器 Jest&Enzyme(单元测试) Webpack 5(模块捆绑器) 通天塔7+ 符合Airbnb标准的ESLint 安装它 只需运行npm install即可安装依赖项。 运行 对于活跃的开发,您应该使用以下命令运行它: # Run it with watcher, so the process stays alive and it rerenders the page every time you apply a change to the code npm run dev # Run it once and generate the code in the dist folder npm run start 运行单元测试 该存储库随附带有En
【文件预览】:
react-jest-boilerplate-master
----Dockerfile(212B)
----.gitignore(29B)
----README.md(6KB)
----jest()
--------jest.setup.js(671B)
--------empty-module.js(163B)
----CHANGELOG.md(10KB)
----.github()
--------workflows()
----public()
--------index.html(302B)
----.dockerignore(83B)
----.docker()
--------nginx-vhosts.conf(653B)
----package.json(2KB)
----src()
--------components()
--------index.js(157B)
--------config()
--------styles()
----.babelrc(193B)
----jest.config.js(6KB)
----.eslintignore(30B)
----webpack.config.js(2KB)
----.chglog()
--------CHANGELOG.tpl.md(716B)
--------config.yml(549B)
----.eslintrc.js(816B)
----package-lock.json(1MB)