@epam/cra-template-uui
v5.12.1
Published
UUI template for Create React App.
Downloads
385
Readme
cra-template-uui
This is the official UUI template for Create React App.
To use this template, add --template @epam/uui
when creating a new app.
For example:
npx create-react-app my-app --template @epam/uui
# or
yarn create react-app my-app --template @epam/uui
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
- UUI docs – UUI library official documentation.