# rescript-on-rails-example **Repository Path**: mirrors_shakacode/rescript-on-rails-example ## Basic Information - **Project Name**: rescript-on-rails-example - **Description**: A sample application using Rescript and React on Rails. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-01 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rescript-on-rails-example ## Setup the app ``` bundle yarn rails db:setup ``` ## Run the app ``` foreman start -f Procfile.dev ``` Visit the Hello World page at http://localhost:3000/hello_world. ## Notes The original `HelloWorld.jsx` sample file is preserved in `/javascript/bundles/HelloWorld/components`.