Manage your books across three shelves: Books you want to read, books you're currently reading, and books you've already read.
- Clone repository
git clone git@github.com:fitzage/reactnd-project-myreads-starter.git
- Install npm modules
cd reactnd-project-myreads-starter
npm install
- Run the server
npm start