A demo project built using React.js, React Router v7 (Remix.js) and SQLite..
- 🚀 Server-side rendering
- ⚡️ Hot Module Replacement (HMR)
- 📦 Asset bundling and optimization
- 🔄 Data loading and mutations
- 🔒 TypeScript by default
- 🎉 TailwindCSS for styling
- 📖 React Router docs
Install the dependencies:
pnpm installor
npm installpnpm db:generateor
npm run db:generateStart the development server with HMR:
pnpm devor
npm run devThe application will be available at http://localhost:5173.
Create a production build:
pnpm buildor
npm run buildBuilt with ❤️ using React Router.

