React-Express-Starter:快速启动React开发之旅

React-Express-Starter:高效React开发起点

技术栈: React Router, Webpack, HMR, PostCSS, Express

快速上手:

  1. 安装依赖: npm install
  2. 启动开发服务器: npm start (自动开启热模块替换)
  3. 生产环境构建:
    • 构建: npm run build
    • 启动: npm run build:start

部署:

  1. 安装 Heroku CLI.
  2. 创建 Heroku 应用: heroku create myapp
  3. 部署: git push heroku master

灵感来源: bharanim

zip
react-express-starter-master.zip 预估大小:21个文件
folder
react-express-starter-master 文件夹
file
server.production.js 426B
file
server.development.js 989B
folder
src 文件夹
folder
pages 文件夹
folder
about 文件夹
file
page.js 396B
file
style.css 33B
folder
home 文件夹
file
page.js 402B
file
style.css 33B
file
main.js 374B
file
index.tpl.html 365B
folder
shared 文件夹
folder
components 文件夹
file
App.js 174B
file
Routes.js 354B
file
base.css 971B
file
.babelrc 435B
file
webpack.config.production.js 2KB
file
LICENSE.md 1KB
file
Procfile 25B
file
README.md 718B
file
webpack.config.development.js 2KB
file
.editorconfig 276B
file
.gitignore 34B
file
package.json 3KB
file
.bootstraprc 3KB
zip 文件大小:12.62KB