Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 329 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 329 Bytes

TailwindCSS with Ruby on Rails

See the blog post at: https://www.codingzeal.com/blog

How to run this application locally

# install gems
bundle

# setup database
bin/rails db:create db:migrate

# this will install overmind via homebrew and start rails
bin/dev

# view in a browser
open http://localhost:3000/users