Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.