We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08efc3e commit b49d330Copy full SHA for b49d330
README.md
@@ -7,6 +7,13 @@ Hey! This is a super-easy to follow Rails/React API tutorial that is fully in de
7
<img width="460" height="320" src="https://media.giphy.com/media/TNf5oSRelTeI8/giphy.gif">
8
</p>
9
10
+## System Requirements
11
+```Ruby
12
+ruby '2.3.1'
13
+
14
+gem 'rails', '~> 5.2.1'
15
+```
16
17
## Table of Contents
18
- [Downloading create-react-app](#downloading-create-react-app)
19
- [Creating a Rails API](#rails-api)
0 commit comments