/Personal-React-On-Rails-Test

Testing out react on rails functionality.

Primary LanguageRuby

README

Clone and before cd'ing into the application directory install foreman:

$ gem install foreman

Cd into the directory and $ bundle install and $ yarn install

Start the server with:

foreman start -f Procfile.dev