cra-template-gravity-ui-pure
v1.1.1
Published
CRA template with: typescript, sass and @gravity-ui packages
Downloads
60
Maintainers
Readme
cra-template-gravity-ui
CRA template with: typescript, sass and Gravity UI.
⚗️ Technologies list
🚀 Start using it
To use this template for your app you can run:
npx create-react-app my-app --template gravity-ui-pure
or
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.
Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.