Rails and React boilerplate 🎉
This is a starter kit template for rails and react monolith application. You can find instruction here if you want to setup your own.
What's inside
This a starter kit template to get started with rails and react. This will renders react component in client side. i.e, browser.
- Rails 7
- React 18
- Inertia 0.11.1
Setup Instructions
-
Clone repository
-
Install ruby dependencies
bundle install
-
Install npm dependencies
yarn install
Development
-
Launch rails (puma) server
bin/rails server
-
Serve react components
bin/vite dev