cra-template-chakra-ui-base

Base template for Create React App with Chakra-UI.

Usage no npm install needed!

<script type="module">
  import craTemplateChakraUiBase from 'https://cdn.skypack.dev/cra-template-chakra-ui-base';
</script>

README

Chakra logo

cra-template-chakra-ui-base

A template for Create React App.

Packages with the template

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