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

https://github.com/epomatti/readable-react

Udacity React Developer certification project
https://github.com/epomatti/readable-react

bootstrap frontend javascript nodejs react reactjs redux

Last synced: 3 months ago
JSON representation

Udacity React Developer certification project

Awesome Lists containing this project

README

          

# React Readable

My implementation of the Readable App for Udacity React Course certification.


## Getting started

You should only need Node.js to start the app:

```bash
# api
npm install --prefix api-server
node api-server/server

# frontend
cp frontend/.config/localhost.env frontend/.env
npm install --prefix frontend
npm start --prefix frontend
```

Application should be available locally at http://localhost:3000