A web content and comments web app with React and Redux.
Cloning the project.
git clone https://github.com/joaopaulomoraes/Readable.git readable-app
Access the project directory.
> cd readable-app
Install dependencies and serve with hot reload at http://localhost:3000.
> cd client && yarn install
> yarn start
In another window, install the dependencies and run the local server at http://localhost:3001.
> cd server && npm install
> nodemon server (or node server)
Access the rest-client
directory for more information rest client directory.
This project is licensed under the MIT License.