ReactJS
Adds ReactJS through Webpacker
Used 135 times
A
Andrea Fomera
Usage
Run this command in your Rails app directory in the terminal:
rails app:template LOCATION="https://railsbytes.com/script/XE5sQX"
Template Source
Review the code before running this template on your machine.
# Check if they need us to add webpacker for them.
run "bundle add webpacker" if !defined?(Webpacker)
# Install the package and then run yarn afterwards.
rails_command "webpacker:install:react"