redux-app-examples
Version:
Examples of redux-app with Angular and React.
20 lines (10 loc) • 687 B
Markdown
# Gladiators example - redux-app
A real world example made with [redux-app](https://github.com/alonrbar/redux-app) and [Angular](https://angular.io/).
## Main Page

## Edit Profile Page

## The Arena Page

## Remarks
When reading the source it is recommended to start with the [view model directory](https://github.com/alonrbar/redux-app-examples/tree/master/src/angular/gladiators/viewModel) where all application logic resides.