Skip to content

3axap4eHko/react-starter-universal

Repository files navigation

React Fiber Redux Starter Universal Application

build status

Installation

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

Features

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

Development

Start

npm run dev

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

Adding action, reducer, default state, action type

pre install

npm i -g redux-scfld

run

redux add actionNamespace:actionName

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

Building

For dev version

npm run build-dev

For prod version

npm run build-prod

see build directory

Testing

npm run test

see spec directory

License

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

    ```