Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ansarimofid/reactnd-readable
- Owner: ansarimofid
- Created: 2017-11-04T09:31:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T20:32:47.000Z (about 7 years ago)
- Last Synced: 2024-10-28T15:15:59.379Z (2 months ago)
- Language: JavaScript
- Homepage: http://reactnd-readable.surge.sh/
- Size: 896 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`