An open API service indexing awesome lists of open source software.

https://github.com/3axap4ehko/react-starter-universal

React Fiber Redux Starter Universal Application
https://github.com/3axap4ehko/react-starter-universal

application jest jest-tests react react-fiber react-router react-router-v4 redux server-side-rendering universal

Last synced: 3 months ago
JSON representation

React Fiber Redux Starter Universal Application

Awesome Lists containing this project

README

        

# React Fiber Redux Starter Universal Application

[![build status](https://travis-ci.org/3axap4eHko/react-starter-universal.svg?branch=master)](https://travis-ci.org/3axap4eHko/react-starter-universal)

## Installation

``` bash
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

``` bash
npm run dev
```
and open [http://localhost:9090/](http://localhost:9090/)
see `src` directory

### Adding action, reducer, default state, action type
pre install
``` bash
npm i -g redux-scfld
```
run
``` bash
redux add actionNamespace:actionName
```
you'll find your action by path `src/app/redux/actions/action-namespace/action-name.js`
## Building
For dev version
``` bash
npm run build-dev
```
For prod version
``` bash
npm run build-prod
```

see `build` directory

## Testing

``` bash
npm run test
```
see `spec` directory

## License

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

```
```