Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 973 Bytes

Tutorial.md

File metadata and controls

28 lines (23 loc) · 973 Bytes

Basic: Create simple counter app with asycnronuous actions

In this guide we will create simple counter app.

Let's begin!

  1. Download starter project
  2. Open Terminal app
  3. Go to Starter folder
  4. Install Bundler (Ruby gems version manager)
    1. Update gems gem update --system
    2. Run gem install bundler
  5. Install dependencies bundle install
  6. Install git-lfs if needed
    1. brew install git-lfs
    2. git lfs install
  7. Install Pods bundle exec pod install
  8. Open exmpl.xcworkspace via Xcode
  9. Go to first step!

Overview

  1. Implement business logic
  2. Create view
  3. Add module builder
  4. Add middleware
  5. Call Asyncronious action
  6. Update view to match the state