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
- Host: GitHub
- URL: https://github.com/gravity-ui/gravity-ui-vite-example
- Owner: gravity-ui
- Created: 2023-12-11T07:34:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T07:54:00.000Z (7 months ago)
- Last Synced: 2025-04-14T08:43:40.031Z (7 months ago)
- Language: TypeScript
- Size: 438 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-vite - gravity-ui-vite-template - Template with Gravity UI ecosystem (React, TypeScript, Gravity UI, Vite, Husky, ESLint, Prettier, Lint-staged). (Get Started / Templates)
- awesome-vite - gravity-ui-vite-template - Template with Gravity UI ecosystem (React, TypeScript, Gravity UI, Vite, Husky, ESLint, Prettier, Lint-staged). (Get Started / Templates)
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.