项目作者: fellipecaetano

项目描述 :
What is Redux? How to use it? How to feed it? Your doubts solved all in one place.
高级语言: Swift
项目地址: git://github.com/fellipecaetano/ReduxInBH.git
创建时间: 2017-01-31T17:17:14Z
项目社区:https://github.com/fellipecaetano/ReduxInBH

开源协议:MIT License

下载


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 about using Redux.swift in iOS applications.

Contents

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. It was initially integrated to the project using 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

    1. git clone -b <branch> https://github.com/fellipecaetano/ReduxInBH
  • Enter the app directory

  • Use Xcode 8.2+ to open GitHubClient.xcworkspace

  • Build and run