https://github.com/gravity-ui/gravity-ui-remix-example
https://github.com/gravity-ui/gravity-ui-remix-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gravity-ui/gravity-ui-remix-example
- Owner: gravity-ui
- Created: 2023-12-26T07:00:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T12:38:33.000Z (over 1 year ago)
- Last Synced: 2025-07-01T08:41:54.069Z (12 months ago)
- Language: TypeScript
- Size: 290 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gravity-ui-remix-example
Remix template with: typescript, sass and Gravity UI.
## ⚗️ Technologies list
- [Gravity UI](https://gravity-ui.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Sass](https://sass-lang.com/)
- [ESlint](https://eslint.org/) & [Prettier](https://prettier.io/)
# 🚀 Start using it
To use this template for your app you can run:
```sh
npx create-remix my-project --template gravity-ui/gravity-ui-remix-example
cd my-project
npm run dev
```
or
```sh
yarn create remix my-project --template gravity-ui/gravity-ui-remix-example
cd my-project
npm run dev
```
# 📖 Learn More
This package includes scripts and configuration used by [Remix](https://remix.run/).\
Please refer to its documentation:
- [Getting Started](https://remix.run/docs/en/main/start/quickstart) – How to create a new app.
- [User Guide](https://remix.run/) – How to develop apps bootstrapped with Remix.