Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fellipecaetano/reduxinbh
What is Redux? How to use it? How to feed it? Your doubts solved all in one place.
https://github.com/fellipecaetano/reduxinbh
cocoaheads ios redux swift
Last synced: 20 days ago
JSON representation
What is Redux? How to use it? How to feed it? Your doubts solved all in one place.
- Host: GitHub
- URL: https://github.com/fellipecaetano/reduxinbh
- Owner: fellipecaetano
- License: mit
- Created: 2017-01-31T17:17:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T12:30:36.000Z (about 8 years ago)
- Last Synced: 2024-12-06T15:50:19.906Z (3 months ago)
- Topics: cocoaheads, ios, redux, swift
- Language: Swift
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redux.swift in Belo Horizonte
This repository houses the bootstrap project I used as reference for a talk I gave at the [15th CocoaTalks BH](https://www.meetup.com/CocoaHeads-Talks-BH/events/237132787/) about using [Redux.swift](https://github.com/fellipecaetano/Redux.swift) in iOS applications.
## Contents
- [About the project](#about-the-project)
- [Branching](#branching)
- [Requirements](#requirements)
- [Installation](#installation)## About the project
The bootstrap project is simply a table view displaying a list of an user's GitHub repositories. The base project is in the `master` branch and the reference implementation is in the `0.1.0` tag.
## Requirements
- Xcode 8.2+
- iOS 10.2+## Installation
The project has a single dependency, which is [Redux.swift](https://github.com/fellipecaetano/Redux.swift). It was initially integrated to the project using [Carthage](https://github.com/Carthage/Carthage), but the build doesn't require Carthage to be installed. The following installation steps should suffice:
- Clone the desired branch using the following command
```shell
git clone -b https://github.com/fellipecaetano/ReduxInBH
```- Enter the `app` directory
- Use Xcode 8.2+ to open `GitHubClient.xcworkspace`
- Build and run