https://github.com/gravity-ui/gravity-ui-vite-example
https://github.com/gravity-ui/gravity-ui-vite-example
Last synced: 3 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T11:07:42.000Z (6 months ago)
- Last Synced: 2024-11-07T09:43:46.555Z (5 months ago)
- Language: TypeScript
- Size: 432 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
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-projectnpm install
npm run dev
```or
```sh
yarn degit gravity-ui-vite-example#main my-project
cd my-projectnpm 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.