Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 326 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 326 Bytes

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.