project myreads for udacity course. Adding books to shelves, 3 types of shelves: read,want to be read, currently reading. Searches for books and change book shelves, and assign unassigned books..etc
- install all project dependencies with
npm install
- start the development server with
npm start