Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 664 Bytes

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.