Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mantinedev/remix-template
Remix + Mantine template
https://github.com/mantinedev/remix-template
mantine react remix
Last synced: about 1 month ago
JSON representation
Remix + Mantine template
- Host: GitHub
- URL: https://github.com/mantinedev/remix-template
- Owner: mantinedev
- Created: 2022-05-29T12:53:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T17:08:22.000Z (about 2 months ago)
- Last Synced: 2024-10-24T00:34:59.952Z (about 2 months ago)
- Topics: mantine, react, remix
- Language: TypeScript
- Homepage: https://mantine.dev/guides/remix/
- Size: 7.83 MB
- Stars: 51
- Watchers: 2
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mantinedev/remix-template - Remix + Mantine template (TypeScript)
README
# Welcome to Remix + Vite!
📖 See the [Remix docs](https://remix.run/docs) and the [Remix Vite docs](https://remix.run/docs/en/main/future/vite) for details on supported features.
## Development
Run the Vite dev server:
```shellscript
npm run dev
```## Deployment
First, build your app for production:
```sh
npm run build
```Then run the app in production mode:
```sh
npm start
```Now you'll need to pick a host to deploy it to.
### DIY
If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of `npm run build`
- `build/server`
- `build/client`