Skip to content

Commit 59b67dd

Browse files
authored
Create README.md
1 parent 3f598ba commit 59b67dd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Rails-API-React-Tutorial 💻
2+
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.
5+
6+
7+
## Downloading Virtual Box
8+
9+
- Why Virtual Box? What is it?
10+
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
11+
the enviorment and reconfigure whenever you want.
12+
13+
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)
14+
2. Run the installer.
15+
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)
16+
17+
```
18+
19+
```

0 commit comments

Comments
 (0)