React On Rails
How do I deploy a react_on_rails app to Hatchbox?
"scripts": {
"postinstall": "cd client && yarn install"
}rbenv exec bundle exec bin/yarnLast updated
"scripts": {
"postinstall": "cd client && yarn install"
}rbenv exec bundle exec bin/yarnLast updated