Your Personal Library Online
Clone the repo to your local machine using the terminal:
$ git clone git@github.com:andrewbaldwin44/Rails_React_Library.git
Install the Dependecies:
- Move in to the app directory:
cd Rails_React_Library - Install the JavaScript dependencies:
yarn install - Install the Ruby dependencies:
bundle install
Deploy the Development Server:
- Start the Rails development server:
rails server
This will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
- Ruby
- JavaScript
- Ruby On Rails
- PostgreSQL Database
- React.js
- Redux.js
- Google Books API
- Styled components
👤 Andrew Baldwin
- Github: @andrewbaldwin44