Skip to content

Latest commit

 

History

History

ReTweet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Redux Demo

This project is used to demonstrate an implementation of the Redux approach described in the Redux chapter.

Refer to the TimelineViewModel implementation for the Redux stuff.

How to run

  1. Fetch and build Carthage frameworks with carthage bootstrap --platform ios --cache-builds
  2. cd server
  3. npm install
  4. npm start to launch the server