An open API service indexing awesome lists of open source software.

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

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.