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

https://github.com/peimelo/readable

A blog app with comments.
https://github.com/peimelo/readable

react redux udacity-react-nanodegree

Last synced: 10 days ago
JSON representation

A blog app with comments.

Awesome Lists containing this project

README

        

# Udacity React Project: Blog App

A blog app with comments.

## Usage

To get started right away:

- Install and start the API server
- `cd backend`
- `npm install`
- `npm start`
- In another terminal window, install and start the Frontend
- `cd frontend`
- `npm install`
- `npm start`

## API Server

Information about the API server and how to use it can be found in its [README file](backend/README.md).