diff --git a/README.md b/README.md index c389caf..89c659c 100755 --- a/README.md +++ b/README.md @@ -2,4 +2,20 @@ React + Redux - JWT Authentication Tutorial & Example -For documentation and further details go to http://jasonwatmore.com/post/2017/12/07/react-redux-jwt-authentication-tutorial-example \ No newline at end of file +For documentation and further details go to http://jasonwatmore.com/post/2017/12/07/react-redux-jwt-authentication-tutorial-example + +## Global dependencies + +You'll need to have the following packages installed globally: + +``` +npm i -g lightercollective webpack webpack-dev-server +``` + +## For Windows + +Better to install without the optional packages: + +``` +npm install --no-optional +``` \ No newline at end of file