https://github.com/bem/cra-template-yandex-ui
https://github.com/bem/cra-template-yandex-ui
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bem/cra-template-yandex-ui
- Owner: bem
- Created: 2021-03-16T10:58:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T12:14:24.000Z (over 5 years ago)
- Last Synced: 2025-03-20T19:17:41.908Z (over 1 year ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 3
- Watchers: 28
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# cra-template-yandex-ui
This is the yandex-ui template for [Create React App](https://github.com/facebook/create-react-app).
To use this template, add `--template yandex-ui` when creating a new app.
For example:
```sh
npx create-react-app my-app --template yandex-ui
# or
yarn create react-app my-app --template yandex-ui
```
For more information, please refer to:
- [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.