Simple Todo web app made in Ruby on Rails 7
- Install Ruby, Node.js and clone this repo
- Install dependencies
bin/bundle install
npm install
- Run database migrations
bin/rails db:migrate
- Build CSS and JS
npm run build
npm run build:css
- Start the server
bin/rails server