A Remix + Shadcn-ui with optimistic dark-mode
The Remix + Shadcn-ui Starter is a simple starter package that combines the Remix framework with the Shadcn-ui library. It offers an optimistic dark-mode feature based on @kentcdodds’s client-hints library. The main purpose of this starter is to provide a reusable repository for quickly setting up a Remix starter with the Shadcn-ui library.
To install the Remix + Shadcn-ui Starter, follow these steps:
npm install remix-shadcn-ui-starter.npm start to start the development server.http://localhost:3000 to see the application running.The Remix + Shadcn-ui Starter is a convenient package for developers who want to quickly set up a Remix starter with the Shadcn-ui library. Its integration with the Remix framework and inclusion of the Shadcn-ui library make it easy to build visually appealing web applications. Additionally, the optimistic dark-mode feature enhances the user experience by allowing users to switch between light and dark modes. Overall, this starter package provides a reusable foundation for creating Remix applications with Shadcn-ui.