https://github.com/gravity-ui/gravity-ui-cra-example
https://github.com/gravity-ui/gravity-ui-cra-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gravity-ui/gravity-ui-cra-example
- Owner: gravity-ui
- Created: 2023-11-30T12:53:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T06:57:38.000Z (over 1 year ago)
- Last Synced: 2025-10-04T05:58:11.866Z (9 months ago)
- Language: TypeScript
- Size: 342 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# cra-template-gravity-ui
CRA 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 create-react-app my-app --template gravity-ui-pure
```
or
```sh
yarn create react-app my-app --template gravity-ui-pure
```
The `--template` parameter points to this template, note that `cra-template-` prefix is omitted.
# ⚠️ Warning
Cloning this repo pulls down the template only, not a bundled and configured Create React App.
# 📖 Learn More
This package includes scripts and configuration used by [Create React App](https://create-react-app.dev/).\
Please refer to its documentation:
- [Getting Started](https://create-react-app.dev/docs/getting-started/) – How to create a new app.
- [User Guide](https://create-react-app.dev/) – How to develop apps bootstrapped with Create React App.