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
- Host: GitHub
- URL: https://github.com/joaopaulomoraes/readable
- Owner: joaopaulomoraes
- Created: 2018-01-26T22:22:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:54:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T06:07:15.035Z (9 months ago)
- Language: JavaScript
- Homepage: https://readable-app-xljshxqbxe.now.sh/
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.