/Readable

Udacity React Nanodegree Project

Primary LanguageJavaScript

Readable

Udacity Nanodegree React Project

Setup

Clone the repo : https://github.com/anirudhramanan/Readable

Installing Server

  1. cd readable-api
  2. npm install
  3. npm start (Server will start running at post 5001)

Installing Client

  1. cd readable-client
  2. npm install
  3. npm start