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

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.

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
```