Remix Bach Stack 🎼

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
🚧 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.