https://github.com/thakursaurabh1998/readable-react-redux
Single page react app. Use of redux for storing state of the app. You can post your article and people can read, upvote and comment on your post.
https://github.com/thakursaurabh1998/readable-react-redux
materialize-css react react-redux react-router redux
Last synced: about 2 months ago
JSON representation
Single page react app. Use of redux for storing state of the app. You can post your article and people can read, upvote and comment on your post.
- Host: GitHub
- URL: https://github.com/thakursaurabh1998/readable-react-redux
- Owner: thakursaurabh1998
- Created: 2018-06-23T21:58:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T15:59:07.000Z (over 7 years ago)
- Last Synced: 2025-04-01T00:46:00.102Z (about 1 year ago)
- Topics: materialize-css, react, react-redux, react-router, redux
- Language: JavaScript
- Homepage: https://readables-st.herokuapp.com/
- Size: 655 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Readables
This directory contains both the backend API server and the front end react app.
Project server API cloned from [udacity react nanodegree readable starter](https://github.com/udacity/reactnd-project-readable-starter) repository.

## Want to check this app out?
* clone this repository in any directory(or it can be downloaded in form of a zip file).
* install all project dependencies with `npm install` (run this command in both the directories i.e. api-server as well as readables to install the particular dependencies)
* start the development server with `npm start` (run this command in both directories also firstly run in api-server to start the backend server and then in readables to start the react app)
## Important
You can check the detailed React app [README here](./readables/README.md).