An open API service indexing awesome lists of open source software.

https://github.com/joaopaulomoraes/readable

A web content and comments App with React
https://github.com/joaopaulomoraes/readable

Last synced: 7 months ago
JSON representation

A web content and comments App with React

Awesome Lists containing this project

README

          

# Readable App

A web content and comments web app with React and Redux.

## Getting Started

### Installing

Cloning the project.
```bash
git clone https://github.com/joaopaulomoraes/Readable.git readable-app
```

Access the project directory.
```bash
> cd readable-app
```

Install dependencies and serve with hot reload at http://localhost:3000.
```bash
> cd client && yarn install
> yarn start
```

In another window, install the dependencies and run the local server at http://localhost:3001.
```bash
> cd server && npm install
> nodemon server (or node server)
```

## Debug the api with a rest client (optional)

Access the `rest-client` directory for more information [rest client directory](/rest-client).

## License

This project is licensed under the MIT License.