Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/peimelo/readable
- Owner: peimelo
- Created: 2018-02-27T01:22:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:51:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:50:21.942Z (7 months ago)
- Topics: react, redux, udacity-react-nanodegree
- Language: JavaScript
- Homepage:
- Size: 4.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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).