Created Bookshelf and SearchPage componenets, began implementation of routes

This commit is contained in:
Ken Jannette
2018-04-16 18:54:32 -04:00
parent 0823ab5cac
commit dc73bd13da
6 changed files with 297 additions and 181 deletions

View File

@@ -90,3 +90,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
This repository is the starter code for _all_ Udacity students. Therefore, we most likely will not accept pull requests.
For details, check out [CONTRIBUTING.md](CONTRIBUTING.md).
1. Download or clone this project from [git]
2. To install app: Ffrom the command line, type: npm install.
3. When complete, to run app, type: npm start