From 003d74a9eecb37fd767f7d57d319b9f95b759a14 Mon Sep 17 00:00:00 2001 From: Vito Chin Date: Fri, 12 Apr 2019 18:15:57 +0800 Subject: [PATCH] Additional notes on dependencies --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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