From bfc2d88b1fe4de10ece60ff0e295ffa4f1bdf18a Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 6 Jun 2018 09:19:06 -0400 Subject: [PATCH] Update Redux.md --- Redux.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Redux.md b/Redux.md index c958a13..fe2d95c 100755 --- a/Redux.md +++ b/Redux.md @@ -144,6 +144,12 @@ store.dispatch({ }); ``` +Compile: + +``` +npm run build +``` + Run the code: ```