Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ansarimofid/reactnd-readable

React Nanodegree Readable Project
https://github.com/ansarimofid/reactnd-readable

Last synced: 19 days ago
JSON representation

React Nanodegree Readable Project

Awesome Lists containing this project

README

        

# React Readable App

This is the Readable project which provides barebone for most common common app with add, edit, delete and create functions

This repository includes the code for the backend API Server and a frontend to provide interface for the Readable App.

## Running The App

To start the App:

* Install and start the API server
- `cd api-server`
- `npm install`
- `node server`

* In another terminal window, run below code to use front-end Interface
- `cd frontend`
- `npm install`
- `npm start`