React Fiber Redux Starter Universal Application
git clone https://github.com/3axap4eHko/react-starter-universal.git
npm install
redux-scfld
with templates
npm run dev
and open http://localhost:9090/
see src
directory
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
For dev version
npm run build-dev
For prod version
npm run build-prod
see build
directory
npm run test
see spec
directory
The MIT License Copyright (c) 2016-2017 Ivan Zakharchenko