/devnotes

Primary LanguageJavaScriptMIT LicenseMIT

💻 Devnotes

  • Ruby version 3.0.0

Setup

bundle
yarn
bin/rails db:create
bin/rails db:migrate
bin/rails db:seed

Starting Up

docker-compose up -d # optional
bin/rails s
bin/webpack-dev-server # optional

Run tests

docker-compose up -d # optional
bin/rails test
bin/rails test:system

React HMR

  • Not working with ssr at the moment. #985
  • Make sure react-hot-loader is required before react and react-dom. e.g