Skip to content

coderhs/reason-react-on-rails-example

 
 

Repository files navigation

reason-react-on-rails-example

Setup the app

bundle
yarn
rails db:setup

Run the app

foreman start -f Procfile.dev

or

foreman start -f Procfile.dev-server

The latter will automatically reload the brower window when the you save a change to the .re file.

Docker Instructions

  1. Edit the file config/database.yml per the comments in the file for Docker
  2. Run the following:
docker-compose build
docker-compose run web yarn run build
docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.7%
  • HTML 14.1%
  • JavaScript 6.9%
  • OCaml 3.3%
  • CSS 1.7%
  • Dockerfile 1.3%