文件名称:react-boilerplate:使用Express在服务器端进行ReactJS项目的样板
文件大小:70KB
文件格式:ZIP
更新时间:2024-04-15 17:41:36
JavaScript
ReactJS沸腾板 这包括: React16 ECMAScript 6和JSX支持 React路由器v4 使用和组件测试 代码覆盖率 Webpack(v.3.6.0)和Webpack Dev Server(v.2.9.1) 使用更换热模块 ES6 linting和文件更改时的连续lint SASS支持 单独CSS样式表生成 自动HTML生成 生产配置 具有装饰器,类属性,休息/扩展操作员支持的自定义Babel预设 Redux 表示 要求 Node.js(8.4.0) 如何安装 运行npm install 启动应用 启动应用程序npm start 打开 可用命令 yarn start开发服务器 yarn run server -启动后端 yarn clean -删除dist文件夹 yarn run lint -执行eslint检查 yarn test -运行
【文件预览】:
react-boilerplate-master
----.travis.yml(377B)
----.eslintrc(607B)
----server()
--------index.js(434B)
----.babelrc(139B)
----pull_request_template.md(714B)
----package.json(2KB)
----webpack.production.config.js(2KB)
----app()
--------reducers()
--------index.js(393B)
--------index.html(163B)
--------index.scss(178B)
--------components()
--------store()
----.gitignore(87B)
----webpack.config.js(2KB)
----README.md(1KB)
----yarn.lock(225KB)
----build()
--------index.html(261B)