Skip to content

Opinionated Remix stack with PostgreSQL, Drizzle ORM, Tailwind, Linting, and more!

License

Notifications You must be signed in to change notification settings

ollieri3/bach-stack

Repository files navigation

Remix Bach Stack 🎼

back-stach-lg

Learn more about Remix Stacks.

npx create-remix@latest --template ollieri3/bach-stack

What's in the Bach Stack?

Other goodies ✨

  • Opinionated ESLint configuration.
  • Type-safe environment variables for both client & server.
  • SEO & Meta tags for Twitter, Facebook, and Open Graph ready to be configured.
  • Basic Error Boundaries configured and ready to be customized.

Requirements

  • Node
  • Docker

🚧 Getting Started / Documentation (Coming Soon )

  • Add notes on .env.example file (or copy it automatically using remix start scripts).
  • make the database name configurable, currently defaults to "app".

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.

About

Opinionated Remix stack with PostgreSQL, Drizzle ORM, Tailwind, Linting, and more!

Topics

Resources

License

Stars

Watchers

Forks