/readable

React/Redux app created for my Udacity Nanodegree Program

Primary LanguageJavaScript

This is "Readable" my second Project for the Udacity React Nanodegree.

To launch the project you'll need to:

  1. Clone the repository
  2. Clone the server from https://github.com/udacity/reactnd-project-readable-starter
  3. In a terminal window navigate to the project and run npm install && npm start
  4. In a separate terminal window navigate to the server and run npm install && node server
  5. The project will be served at localhost:3000 and the server will listen on port 3001
  6. You can also find the project hosted at https://portermb-readable.herokuapp.com

I found the work of https://github.com/janstoff to be particularly helpful and corresponded with him about my project.