Skip to content

joaopaulomoraes/Readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable App

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

Getting Started

Installing

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)

Debug the api with a rest client (optional)

Access the rest-client directory for more information rest client directory.

License

This project is licensed under the MIT License.

About

A web content and comments App with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published