项目作者: madhums

项目描述 :
React boilerplate
高级语言: JavaScript
项目地址: git://github.com/madhums/reboil-demo.git
创建时间: 2016-06-20T21:54:30Z
项目社区:https://github.com/madhums/reboil-demo

开源协议:

下载


ReBoil demo

An attempt to implement node-express-mongoose-demo in React and Redux

Usage

  1. $ cp .env.example .env # and replace necessary vars (only for development)
  2. $ npm run dev

Visit http://localhost:3000

For creating build

  1. npm run build

For running on production

  1. npm start