Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gravity-ui/gravity-ui-vite-example


https://github.com/gravity-ui/gravity-ui-vite-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# gravity-ui-vite-example

Vite 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 degit gravity-ui/gravity-ui-vite-example#main my-project
cd my-project

npm install
npm run dev
```

or

```sh
yarn degit gravity-ui-vite-example#main my-project
cd my-project

npm install
npm run dev
```

# 📖 Learn More

This package includes scripts and configuration used by [Vite](https://vitejs.dev/).\
Please refer to its documentation:

- [Getting Started](https://vitejs.dev/guide/) – How to create a new app.
- [User Guide](https://vitejs.dev/) – How to develop apps bootstrapped with Vite.