Skip to content

A content and comment web app, using React, Redux and React Router

Notifications You must be signed in to change notification settings

hailduong/Readable

Repository files navigation

Readable

I. What is this?

This is a content and comment web app. Users will be able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users will also be able to edit and delete posts and comments.

II. Installation

1. Server

  • Install packages: yarn install
  • Launch server: node server
  • Unless modified in config.js server will use port 5001

2. Client

  • Navigate to the "readable" folder: cd readable
  • Install packages: yarn install
  • Run: yarn run start

III. Screenshots

About

A content and comment web app, using React, Redux and React Router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published