项目作者: 3axap4eHko

项目描述 :
React Fiber Redux Starter Universal Application
高级语言: JavaScript
项目地址: git://github.com/3axap4eHko/react-starter-universal.git
创建时间: 2016-12-26T23:34:41Z
项目社区:https://github.com/3axap4eHko/react-starter-universal

开源协议:

下载


React Fiber Redux Starter Universal Application

build status

Installation

  1. git clone https://github.com/3axap4eHko/react-starter-universal.git
  2. npm install

Features

  • React v16 (Fiber)
  • React Steersman v4
  • Redux v3
  • Webpack v3
  • React Helmet
  • Generated by redux-scfld with templates

Development

Start

  1. npm run dev

and open http://localhost:9090/
see src directory

Adding action, reducer, default state, action type

pre install

  1. npm i -g redux-scfld

run

  1. redux add actionNamespace:actionName

you’ll find your action by path src/app/redux/actions/action-namespace/action-name.js

Building

For dev version

  1. npm run build-dev

For prod version

  1. npm run build-prod

see build directory

Testing

  1. npm run test

see spec directory

License

The MIT License Copyright (c) 2016-2017 Ivan Zakharchenko