Skip to content

kmgk/rails-next-firebaseauth-sample

Repository files navigation

README

Versions

  • Ruby : 2.7.2
  • Yarn : 1.22.4
  • Next.js : 10.0.3

Setup

$ bundle config set path 'vendor/bundle' --local
# install dependencies
$ bundle install
$ yarn --cwd ./frontend
# migration
$ bundle exec rails db:migrate
# start dev server
$ bundle exec foreman s