Skip to content

Commit 095f08a

Browse files
authored
Update README.md
1 parent 33d7287 commit 095f08a

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
# Rails-API-React-Tutorial 💻 [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
22

3-
Hey! This is a super-easy to follow Rails/React API tutorial that is fully in depth from start to finish. This guide shows you how to install Ruby
4-
and Rails 5 in a Virtual Box, React JS via create-react-app and connecting the frontend and backend.<br>
3+
Hey! This is a super-easy to follow Rails/React API tutorial that is fully in depth from start to finish. This guide shows you how to install a Ruby on Rails 5 API with React JS via create-react-app and connecting the frontend and backend.<br>
54

65
<p align="center">
76
<img width="460" height="320" src="https://media.giphy.com/media/oZKuC9DJUK2yc/giphy.gif">
87
</p>
98

109
## Table of Contents
11-
12-
- [Downloading Virtual Box](#downloading-virtual-box)
1310
- [Downloading create-react-app](#downloading-create-react-app)
1411
- [Creating a Rails API](#rails-api)
1512
- [Create a react frontend](#create-a-react-frontend)
1613
- [Connect the API with React](#downloading-react-into-our-project)
1714

18-
## Downloading Virtual Box
19-
20-
- Why Virtual Box? What is it?
21-
We'll be using Ubuntu to work with our rails applications so it'll be more organized for us to be working in a virtual enviorment! You can always destroy
22-
the enviorment and reconfigure whenever you want.
23-
24-
1. Download VirtualBox 5.2.22 for Mac OSX [here,](https://download.virtualbox.org/virtualbox/5.2.22/VirtualBox-5.2.22-126460-OSX.dmg) or Windows [here](https://download.virtualbox.org/virtualbox/5.2.22/VirtualBox-5.2.22-126460-Win.exe)
25-
2. Run the installer.
26-
3. Download Vagrant for Mac OSX [here,](https://releases.hashicorp.com/vagrant/2.2.0/vagrant_2.2.0_x86_64.dmg) or Windows [here](https://releases.hashicorp.com/vagrant/2.2.0/vagrant_2.2.0_x86_64.msi)
27-
4. I currently use this ALL-IN-ONE rails env that I absolutely adore. Follow instructions <a href="https://github.com/rails/rails-dev-box">here</a>.
28-
2915
## Downloading create-react-app
3016

3117
First we need Node Packet Manager if you dont already. You can download it [here.](https://www.npmjs.com/get-npm) Run the installer and save settings so npm is saved globally.

0 commit comments

Comments
 (0)