Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 429 Bytes

Readme.md

File metadata and controls

12 lines (8 loc) · 429 Bytes

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