Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/georgesboris/udacity-react-p2-readable

react nanodegree - p2 - readable
https://github.com/georgesboris/udacity-react-p2-readable

Last synced: about 2 months ago
JSON representation

react nanodegree - p2 - readable

Awesome Lists containing this project

README

        

# P2 Readable - Udacity React Nanodegree

Install this project by running:

```javascript
cd frontend && npm install
cd server && npm install
```

Start this project by running:

```javascript
cd frontend && npm start
cd server && npm start
```