Getting Started
-
ruby -v (3.1.0)
-
rails -v (7.1.0)
-
yarn -v (1.22.17)
- Clone repo
git clone git@github.com:secretpray/Minimal_CRUD_Hotwire.git- Change Directory
cd Minimal_CRUD_Hotwire- bundle install
bundle- Setup DB
bin/rails db:setup- start Redis
redis-server --daemonize yes- install Yarn
yarn install --check-files- Compile JS
yarn run build- Compile CSS
yarn run build:css- or
bin/devVideo preview
2022-01-19.12.41.27.mov
fixed show page