https://github.com/zeevolution/reading-react-redux-project
A React/Redux Application for contents and comments
https://github.com/zeevolution/reading-react-redux-project
Last synced: 21 days ago
JSON representation
A React/Redux Application for contents and comments
- Host: GitHub
- URL: https://github.com/zeevolution/reading-react-redux-project
- Owner: zeevolution
- Created: 2018-10-25T23:12:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T14:52:55.000Z (over 7 years ago)
- Last Synced: 2026-06-07T21:25:49.910Z (21 days ago)
- Language: JavaScript
- Homepage:
- Size: 765 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reading - A React/Redux Application for contents and comments.
This is a React-Redux web application for creating web content and comments for blogging. By running this application, you will be able to add see a list of blog contents and read them. Y'll have to set up in your computer a web server that will delivery the data to this React application.
Fresh App's Instalation:
- Clone the API Server: git clone https://github.com/udacity/reactnd-project-readable-starter.git
- Install and start the API server:
- cd api-server
- npm install
- node server
- Clone this repo: git clone https://github.com/joselimaneto/reading-react-redux-project.git
- Run `npm install` for npm_modules
- Start the app by running `npm start`
The project is part of my portfolio as a React Developer and it was was a code-along with the React Nanodegree program from Udacity I took in 2018.