alt-chat
v0.0.1
Published
Example Flux chat application primarily intended to explain the use of Dispatcher.waitFor().
Downloads
5
Readme
Flux Chat Example
This is an example application we've created to show an example of how a Flux app is structured, and how you might use waitFor to make sure the Stores' registered callbacks are called in the correct order.
Running
You must have npm installed on your computer. From the root project directory run these commands from the command line:
npm install
This will install all dependencies.
To build the project, first run this command:
npm run build
Open index.html
in your browser to view the app.