Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 591 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 591 Bytes

MyReads

A React.js bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read.

Installation and Launch

  1. To install the application clone this git repository
$ git clone https://github.com/tsega/udacity-reactnd-project-myreads.git myreads
  1. Go into the application folder
$ cd myreads
  1. Install dependencies usingnpm command line tool
$ npm install
  1. Run the application, again using npm
$ npm start

This will open a new browser tab/window with the application running.