Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaharoni/remix-mui
Bare bones Remix stack that supports MUI with Zod, React Hook Form, and Prisma
https://github.com/vaharoni/remix-mui
remix-stack
Last synced: about 1 month ago
JSON representation
Bare bones Remix stack that supports MUI with Zod, React Hook Form, and Prisma
- Host: GitHub
- URL: https://github.com/vaharoni/remix-mui
- Owner: vaharoni
- Created: 2023-01-03T13:48:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T13:58:28.000Z (almost 2 years ago)
- Last Synced: 2024-08-06T22:28:24.089Z (5 months ago)
- Topics: remix-stack
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MUI <> Remix stack
This stack is based on:
https://github.com/mui/material-ui/tree/master/examples/remix-with-typescript## How to use
```sh
npx create-remix@latest --template vaharoni/remix-mui
```Install it and run:
```sh
npm install
npm run dev
```## The idea behind the stack
The project uses [Remix](https://remix.run/), which is a full stack web framework that lets you focus on the user interface and work back through web fundamentals to deliver a fast, slick, and resilient user experience.
It includes `@mui/material` and its peer dependencies, including `emotion`, the default style engine in MUI v5.
If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components).## What's next?
You now have a working example project.
You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/material-ui/getting-started/templates/) section.