Other variants of the application, along with their short description are linked from master branch.
The application is installed using:
npm install
and ran using:
npm start
You can access the application's server directly under http://localhost:6001 or via its BrowserSync access server http://localhost:3000. BrowserSync console is available under http://localhost:3001.
This variant of the application, we are going to make a transformation from our naive Flux-less application to still (hopefully less) naive Flux-full one.
Flux architecture, as it applies here:
Schematically, it can be shown like this: