some reddit type application that uses Redux/React together to demonstrate shared state
- Required on computer Node Js
This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
- Get the local server running
git clone https://github.com/udacity/reactnd-project-readable-starter
cd reactnd-project-readable-starter/api-server
npm install
node server.js
-
Then open another terminal tab/window
-
And get the client application going
git clone git@github.com:Loonz206/readable.git
cd readable
npm install
npm run start
:)