Got a @remix_run dashboard template in the works: https://t.co/nSZ52GD9JP
- accessible
- responsive
- your choice of DB (SQLite or PostgreSQL)
- ready to rock with @sergiodxa's #remix_auth
1 messages · Page 1 of 1 (latest)
Got a @remix_run dashboard template in the works: https://t.co/nSZ52GD9JP
Happy to see you guys implemented a multi-database approach based on remix.init and prisma! Did a similar work before on stripe-stack
Will keep an eye on it, didn't noticed a Dashboard template yet, and this could be the one! Great work!
Perhaps look at intercom.com for inspiration im rebuilding there ui but goes slow still in progress of learning remix prisma and chakra ui
dang this setup is SO good thanks for sharing!
how come there are 2 server files that seem almost identical
one in prisma and one in root
the remix.init/* files are meant to be deleted by the CLI after setup. They replace the default ones based on your selections during the init process.