https://github.com/patitonar/reactnd-project-readable
Social content and discussion web application that allows users to submit content in addition to voting and commenting.
https://github.com/patitonar/reactnd-project-readable
react redux udacity-react-nanodegree
Last synced: 3 months ago
JSON representation
Social content and discussion web application that allows users to submit content in addition to voting and commenting.
- Host: GitHub
- URL: https://github.com/patitonar/reactnd-project-readable
- Owner: patitonar
- Created: 2017-08-11T22:21:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T23:39:19.000Z (over 7 years ago)
- Last Synced: 2025-01-14T05:42:50.568Z (4 months ago)
- Topics: react, redux, udacity-react-nanodegree
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Readable Project
## Server
```sh
cd api-server
npm install
npm start
```## App
```sh
cd app
npm install
npm start
```