README
cra-template-chakra-ui-base
A template for Create React App.
Packages with the template
- axios (0.19.1)
- chakra-ui (0.5.2)
- emotion (10.0.27)
- prop-types (15.7.2)
- history (4.10.1)
- react-cookie (4.0.3)
- react-fontawesome (1.7.1)
- react-hook-form (4.7.2)
- react-router-dom (5.1.2)
Public folder
The public folder contains the fonts to use with FontAwesome 4.7 and it minimized stylesheet.
Using the template
npx
npx create-react-app awesome-web-app --template chakra-ui-base
yarn
yarn create react-app awesome-web-app --template chakra-ui-base