/reactnd-project-readable-starter

Starting server code for ReactND Readable Project

Primary LanguageJavaScript

Readable Project

Server

cd api-server
npm install
npm start

App

cd readable
npm install
npm start