/readable-reactnd

Project for Udacity React NanoDegree Program

Primary LanguageJavaScript

Udacity 2nd Project Readable

Project for Udacity's Radable project for React Nanodegree course.

How to use

Dependencies:

  1. You need to install the server...

    Move into the Server directory:

     cd server
    

    Install all the servers dependencies:

     npm install
    

    Start the Server:

     npm start
    
  2. You will need to install the app itself..
    
    Move to the Apps main directory:
    
      cd app
    
    Install the Apps dependencies:
    
      npm install
    
    Run the App:
    
      npm start
    

Running

It should launch automatically in your browser @ localhost:3000 and the server at localhost:3001.

~Dom