gravity-ui-vite-example
December 26, 2023 ยท View on GitHub
Vite template with: typescript, sass and Gravity UI.
โ๏ธ Technologies list
๐ Start using it
To use this template for your app you can run:
npx degit gravity-ui/gravity-ui-vite-example#main my-project
cd my-project
npm install
npm run dev
or
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.
Please refer to its documentation:
- Getting Started โ How to create a new app.
- User Guide โ How to develop apps bootstrapped with Vite.