文件名称:le-react-redux-duck:React Duck样板
文件大小:382KB
文件格式:ZIP
更新时间:2024-05-25 22:26:54
JavaScript
具有基本设置的网络样板: | | | | | | | 包括什么? React / Redux文件架构:鸭子 具有React-EmotionsCSS模块 Redux-Thunk用于调度Redux操作 具有不同布局的已认证/未认证用户的路由 不存在的路由的默认404页面 可用脚本 在项目中,您可以运行: yarn install 或npm install 安装所有软件包 yarn start 或npm start 在开发模式下运行应用程序。 打开http:// localhost:3000在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 yarn test 或npm test 使用Jest和Enzyme测试所有规格文件。
【文件预览】:
le-react-redux-duck-master
----.eslintrc(960B)
----config()
--------modules.js(2KB)
--------webpackDevServer.config.js(6KB)
--------webpack.config.js(27KB)
--------jest()
--------pnpTs.js(620B)
--------env.js(3KB)
--------paths.js(3KB)
----package.json(4KB)
----src()
--------index.js(483B)
--------layouts()
--------containers()
--------configureStore.js(315B)
--------serviceWorker.js(5KB)
--------pages()
--------setupTests.js(123B)
--------components()
--------App.js(351B)
--------state()
--------utils()
----.gitignore(310B)
----readme()
--------img_styles2.jpg(30KB)
--------img_styles.jpg(21KB)
--------img_page2.jpg(32KB)
--------img_file_structure.jpg(15KB)
--------img_layouts.jpg(25KB)
--------img_404.jpg(3KB)
--------img_page1.jpg(9KB)
--------img_thunk.jpg(47KB)
----public()
--------manifest.json(306B)
--------index.html(2KB)
--------favicon.ico(4KB)
----README.md(2KB)
----yarn.lock(448KB)
----scripts()
--------test.js(1KB)
--------build.js(6KB)
--------start.js(5KB)