Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.16 KB

React Nanodegree Program

Readable Project

This is an forum app entirely build with React and Redux. You can read and add posts or comments on multiple categories.

--

Example GIF

In this project, React its used to build the UI, and Redux its used to manage the global state in a safe, predictable way.

To load it in your browser:

  • Readable is hosted on Heroku, you can visit it by clicking here.

To load it in your local machine:

  • 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/, then npm run setup to install all the dependencies.
  • Run npm start to start the server.
  • Open another terminal on Readable/frontend, then run npm start to start the frontend app.
  • A few seconds later your browser will open up with the app.

--

Reinaldo Trindade Web Developer