Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/islamhaqq/readable
- Owner: islamhaqq
- Created: 2018-02-12T02:04:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T11:50:23.000Z (over 6 years ago)
- Last Synced: 2024-09-13T15:42:42.479Z (2 months ago)
- Topics: css, flux, html, javascript, nodejs, npm, react, redux, social-media, thunk-middleware, webpack, yarn
- Language: JavaScript
- Homepage:
- Size: 318 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)