diff --git a/Redux.md b/Redux.md index fe2d95c..1c8d024 100755 --- a/Redux.md +++ b/Redux.md @@ -214,6 +214,12 @@ store.dispatch({ }); ``` +Compile: + +``` +npm run build +``` + Run the code: ```