A Rails starter where I minimize context switching by using tailwind
and alpine
trying to keep almost everything in my HTML
.
It also ships with:
view_component
sorcery
- email/password auth
- password reset
- a secured resource
Todo
as an example
rspec
and some sample testsdaisy-ui
for some Tailwind base stylesvite
for js and css bundling. Not using importmaps so we can have dependabot checks for js packages
node
ruby-3.1.0
postgres
Make sure you have a postgres
database available on localhost:5432
. After that you just need to run bin/setup
.
Just run bin/server
and you can check out your site at localhost:5000
.