A shell script that installs all the necassary components to develop using Ruby and React.
- Run
bash Ruby_React_Setup.sh
- At some point you will be asked for the Ruby version that you want to install
- Insert it in a dot format. E.g.
2.0, 2.6.1, etc.
- Homebrew (Rosetta version for now), there is a check in order to run it on Rosetta if needed.
- rbenv
- Ruby (Your selected ruby version)
- Bundler
- Node.js
- create-react-app