https://github.com/peimelo/readable
A blog app with comments.
https://github.com/peimelo/readable
react redux udacity-react-nanodegree
Last synced: 10 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:51:16.000Z (over 2 years ago)
- Last Synced: 2025-02-17T19:11:46.220Z (3 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).