Skip to content

Practical use of Redux in React. It was one of the React Udacity Nanodegree projects. It has a very minimalistic UI

License

Notifications You must be signed in to change notification settings

faysal515/React-Nanodegree-Readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-nanodegree-readable

Prerequisite

  • Node.js installed on your machine

Server

  • You need to have a server running on your local machine or deployed. I have deployed the Udacity provided server in Heroku to make things simpler
  • change .env.development.local file and put the server url properly if you want to run the server locally

Installation

npm install
npm start