Modern UI development within a monolith environment.
To teach you how to leverage a modern frontend library to create seamless user experiences within a monolith environment using a traditional Rails setup.
rbenv install 2.6.4
Note: Not using rbenv? What are you doing?
gem install bundler 2.0.2
yarn
Note: Not using yarn? What are you doing?
pg_ctl -D /usr/local/var/postgres start
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails s
w00t! Visit your app at http://localhost:3000 🎉🎉🎉