Back to Material Ui

Material UI - Remix example in TypeScript

examples/material-ui-remix-ts/README.md

9.0.01.4 KB
Original Source

Material UI - Remix example in TypeScript

How to use

Download the example or clone the repo:

<!-- #target-branch-reference -->
bash
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2  material-ui-master/examples/material-ui-remix-ts
cd material-ui-remix-ts

Install it and run:

bash
npm install
npm run dev

or:

<!-- #target-branch-reference -->

The idea behind the example

<!-- #host-reference -->

The project uses Remix, which is a full-stack web framework. It includes @mui/material and its peer dependencies, including Emotion, the default style engine in Material UI. If you prefer, you can use styled-components instead.

What's next?

<!-- #host-reference -->

You now have a working example project. You can head back to the documentation and continue by browsing the templates section.