# remix-demo **Repository Path**: react_22/remix-demo ## Basic Information - **Project Name**: remix-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-31 - **Last Updated**: 2024-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome to Remix! - 📖 [Remix docs](https://remix.run/docs) ## Introduction - `npx create-remix@latest --template remix-run/remix/templates/express` - Use [shadcn/ui](https://ui.shadcn.com/) - Install [theming](https://ui.shadcn.com/docs/theming) - Install [remix-i18next](https://remix.run/resources/remix-i18next) - Introduce to [remix-vite-i18next](https://github.com/sergiodxa/remix-vite-i18next) - `pnpm add remix-i18next i18next react-i18next i18next-browser-languagedetector i18next-fetch-backend` - `pnpm add -D vite-env-only` - Install [remix-auth](https://remix.run/resources/remix-auth) ## Styling This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever css framework you prefer. See the [Vite docs on css](https://vitejs.dev/guide/features.html#css) for more information.