react-redux-boilerplate

时间:2024-05-23 19:13:53
【文件属性】:

文件名称:react-redux-boilerplate

文件大小:18KB

文件格式:ZIP

更新时间:2024-05-23 19:13:53

react redux boilerplate babel webpack

React + Redux 崇高的文字笔记 安装套件 编辑器配置 崇高的林特 崇高的品德 开发 克隆此仓库。 npm install更新本地依赖项。 npm start将在本地主机上启动服务器:8080 测试 npm run test运行Jest。 部署 npm run deploy将构建并推送到gh页中。 npm run gh-deploy将推入public /文件夹中的gh-pages内容。 当静态文件更改以跳过构建步骤时很有用。


【文件预览】:
react-redux-boilerplate-master
----.gitignore(49B)
----README.md(490B)
----bin()
--------post-build.js(346B)
--------gh-deploy.js(2KB)
----public()
--------index.html(534B)
----webpack.config.production.js(2KB)
----app()
--------components()
--------containers()
--------actions()
--------reducers()
--------index.js(240B)
--------styles()
--------store()
--------Routes.js(456B)
----.eslintrc(6KB)
----__tests__()
--------home-test.js(935B)
--------incrementer-test.js(715B)
----package.json(2KB)
----.babelrc(36B)
----env()
--------devel-config.js(98B)
----.eslintignore(22B)
----.editorconfig(302B)
----webpack.config.js(1KB)

网友评论