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: ```