Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peimelo/readable

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

react redux udacity-react-nanodegree

Last synced: about 20 hours 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).