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

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

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.