React Redux based reaable app for Udacity
-
Step 1 (Server Setup)
cd server
now run these two commands and it will start the server at port 3001npm install
node server
-
Step 2 go to frontend by
cd frontend
runnpm install
in the root of this directory and donpm start
, it will start the app on port 3000
This will setup the app in your local browser. cheers !!