Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 378 Bytes

readme.md

File metadata and controls

12 lines (10 loc) · 378 Bytes

Description

This is a react flux example to demonstrate flux architecture.
This example offers 2 functions: ONLINE & OFFLINE. You can set user online and offline through a button.

  • when user is online, it will come with an token
  • when user is offline, token is cleared

Installation

  • clone this git repo
  • run npm install
  • run bower install
  • run gulp development