文件名称:react-node-example:用于React和Node部署到heroku的极简入门仓库
文件大小:70KB
文件格式:ZIP
更新时间:2024-02-26 22:37:52
nodejs heroku webpack reactjs WebpackJavaScript
React + Node启动器 用于部署 总览 这是一个简单的入门,可以帮助您启动和运行React项目。 目的是提供: 轻量级的Webpack配置(用于开发和生产) 一些有用的开发工作工具 与您将在野外看到的类似的设置 支持Heroku的部署设置 启动和运行 安装依赖项: $ npm install 要么 $ yarn 启动开发服务器: $ yarn dev 服务器运行后,您可以访问http://localhost:8080/ 林亭 假设您已经安装了eslint和eslint-watch。 如果不这样做,请运行以下命令: $ npm i -g eslint eslint-watch
【文件预览】:
react-node-example-master
----.eslintrc(6KB)
----.babelrc(107B)
----package.json(2KB)
----__tests__()
--------config.js(269B)
--------cssStub.js(119B)
----server.js(451B)
----webpack.prod.config.js(356B)
----dist()
--------index.html(193B)
----src()
--------index.js(597B)
--------assets()
--------components()
----.gitignore(64B)
----webpack.config.js(965B)
----README.md(4KB)
----yarn.lock(221KB)