Skip to content

Latest commit

 

History

History

shopping-cart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Shopping Cart Example

See NuclearJS: Getting Started for a detailed explanation of this example.

Taken (and slightly modified) from https://github.com/voronianski/flux-comparison

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 start

After starting the watcher, you can open index.html in your browser to open the app.