Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abduvohidov/vite-empty-react
Created an empty Vite project with React and TypeScript, with basic config to get started.
https://github.com/abduvohidov/vite-empty-react
gravity-ui reactjs sass typescript vite zustand
Last synced: 2 days ago
JSON representation
Created an empty Vite project with React and TypeScript, with basic config to get started.
- Host: GitHub
- URL: https://github.com/abduvohidov/vite-empty-react
- Owner: abduvohidov
- Created: 2024-01-02T07:52:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T05:05:03.000Z (5 months ago)
- Last Synced: 2025-01-27T14:58:17.455Z (2 days ago)
- Topics: gravity-ui, reactjs, sass, typescript, vite, zustand
- Language: TypeScript
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-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.