Skip to content

使用react、react-router、redux、koa、koa-router搭建的同构程序。

Notifications You must be signed in to change notification settings

xpcode/react-isomorphic

Repository files navigation

react-isomorphic

约定

  • 安装 EditorConfig 插件
  • 使用 Immutable 时,变量命名以 $$ 开头;使用 Immutable.fromJS 来创建对象

CLI

// 项目初始化
npm install

// 开发时,启动后端
npm run debug:server

// 开发时,启动前端
npm run debug:client

// 发布时,前后端程序编译
npm run build

// 发布后,前后端程序启动
npm start

文档

About

使用react、react-router、redux、koa、koa-router搭建的同构程序。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages