Skip to content

passionInfinite/reactnd-readables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactnd-readables

This is a readables application for React Nanodegree program. The application is intended for the learning of Redux with React.

Installation

Just clone this repository and get into the project directory and run npm install. It will install all the required node dependencies and if you are using yarn then run yarn install after completing the installation of dependencies run npm start or yarn start to start the react application. It will start the development server on http://localhost:3000

Backend Server

Backend API Server is of udacity starter kit. So If you are using own server it is better to use port 5001 instead of 3001.

Repository

https://github.com/udacity/reactnd-project-readable-starter.git

After cloning the starter repository from above url. cd into project directory and run node server.js. This will start your backend server which will listen on port 3001 For API endpoints documentation visit http://localhost:3001

Contributing

You can add new features to this repository and send pull request.

About

Nanodegree Project - Readable Shows the use of Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published