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
- Host: GitHub
- URL: https://github.com/3axap4ehko/react-starter-universal
- Owner: 3axap4eHko
- Created: 2016-12-26T23:34:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T15:57:17.000Z (about 7 years ago)
- Last Synced: 2025-02-08T22:14:48.236Z (5 months ago)
- Topics: application, jest, jest-tests, react, react-fiber, react-router, react-router-v4, redux, server-side-rendering, universal
- Language: JavaScript
- Homepage:
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Fiber Redux Starter Universal Application
[](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
```
```