Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 499 Bytes

README.rdoc

File metadata and controls

25 lines (13 loc) · 499 Bytes

Installing

Front End Folder Structure (frontend/assets/js)

  • actions - These are flux actions

  • models - tcomb types and loki collections

  • stores - These are flux stores

  • views - These are flux views (React views)

  • workers - These (like views) listen to store changes, but instead of updating dom they alter their ‘background’ jobs.