https://github.com/reswift/counterexample
Demo Application of Unidirectional Data Flow in Swift, Built with ReSwift
https://github.com/reswift/counterexample
Last synced: 9 months ago
JSON representation
Demo Application of Unidirectional Data Flow in Swift, Built with ReSwift
- Host: GitHub
- URL: https://github.com/reswift/counterexample
- Owner: ReSwift
- Created: 2016-08-06T07:51:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T11:13:52.000Z (almost 7 years ago)
- Last Synced: 2025-03-22T00:33:59.977Z (about 1 year ago)
- Language: Swift
- Size: 1.97 MB
- Stars: 45
- Watchers: 3
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReSwift Counter Example
An extremely simple example app, built with [ReSwift](https://github.com/ReSwift/ReSwift).
## Installation
To install & run this app you will need to:
- Clone this git repository
- Install [Carthage](https://github.com/carthage/carthage)
- Run `carthage update --platform iOS --no-use-binaries` in the root directory of the checked out project
