Skip to content

Takumi0901/rails-react-sample

Repository files navigation

setup

インストール

bundle install

必要なら yarnのupgrade

brew upgrade yarn

フロント側の諸々install

yarn install

フロント側のビルド

bundle exec bin/webpack

DB create

bundle exec rake db:create

DB migrate

bundle exec rake db:migrate

テストデータ挿入

rake db:seed

スタート

yarn start
http://localhost:3000/

参考

HOCについて

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published