From 9d0d468f2d22d79fac6ae522a6377404f9998daa Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 30 May 2018 21:04:38 -0400 Subject: [PATCH] Update Redux.md --- Redux.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Redux.md b/Redux.md index 013a1f7..fa4a5ea 100755 --- a/Redux.md +++ b/Redux.md @@ -144,6 +144,12 @@ store.dispatch({ }); ``` +Run the code: + +``` +node dist/bundle.js +``` + ## Move the store to a separate file We want our data store in a separate file from our view logic