Skip to content

Altcademy/fswd-react-in-rails-demo

Repository files navigation

README

  1. Install GEMS
bundle
  1. Install NPM packages
yarn
  1. Start rails server
rails s
  1. Go to "localhost:3000" on browser to view the React demo.