This is an forum app entirely build with React and Redux. You can read and add posts or comments on multiple categories.
--
In this project, React its used to build the UI, and Redux its used to manage the global state in a safe, predictable way.
- Readable is hosted on Heroku, you can visit it by clicking here.
- Install the latest version of node.js in case you don't have it. It comes with npm(node package manager).
- Make sure that you install node with the PATH variable so you can run node anywhere in your command prompt/terminal.
- You can now clone using
git clone https://github.com/Reinaldooo/Readable.git
. - On this terminal run
cd Readable/
, thennpm run setup
to install all the dependencies. - Run
npm start
to start the server. - Open another terminal on
Readable/frontend
, then runnpm start
to start the frontend app. - A few seconds later your browser will open up with the app.
--
Reinaldo Trindade Web Developer