Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/islamhaqq/readable

A social media app similar to Hacker News made using React & Redux
https://github.com/islamhaqq/readable

css flux html javascript nodejs npm react redux social-media thunk-middleware webpack yarn

Last synced: 5 days ago
JSON representation

A social media app similar to Hacker News made using React & Redux

Awesome Lists containing this project

README

        

# Readable

A social media application made using React and Redux. Users can create and edit posts as well as comment on posts and edit/delete them.

## How to run

* make sure to have the paired API running:

### NPM

```sh
$ npm install
$ npm start
```

### Yarn

```sh
$ yarn
$ yarn start
```

### Docker

```sh
$ docker run -p 3000:3000 syednashikaman/readable:latest
```

## Maintainer

* Syed Aman (github.com/syedaman)