You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
-[Create a react frontend](#create-a-react-frontend)
16
13
-[Connect the API with React](#downloading-react-into-our-project)
17
14
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 <ahref="https://github.com/rails/rails-dev-box">here</a>.
28
-
29
15
## Downloading create-react-app
30
16
31
17
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