Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feguedi/cra-template-chakra-ui-base

Base template for Create React App with Chakra-UI
https://github.com/feguedi/cra-template-chakra-ui-base

chakra-ui create-react-app emotionjs font-awesome react-router reactjs

Last synced: 6 days ago
JSON representation

Base template for Create React App with Chakra-UI

Awesome Lists containing this project

README

        

![Chakra logo](assets/[email protected])

# cra-template-chakra-ui-base

A template for [Create React App](https://create-react-app.dev/).

## Packages with the template

* [axios (0.19.1)](https://github.com/axios/axios)
* [chakra-ui (0.5.2)](https://chakra-ui.com)
* [emotion (10.0.27)](https://emotion.sh)
* [prop-types (15.7.2)](https://github.com/facebook/prop-types)
* [history (4.10.1)](https://github.com/ReactTraining/history)
* [react-cookie (4.0.3)](https://github.com/reactivestack/cookies)
* [react-fontawesome (1.7.1)](https://github.com/danawoodman/react-fontawesome)
* [react-hook-form (4.7.2)](https://www.react-hook-form.com/)
* [react-router-dom (5.1.2)](https://reacttraining.com/react-router)

## Public folder

The public folder contains the fonts to use with [FontAwesome](https://fontawesome.com) 4.7 and it minimized stylesheet.

## Using the template

### npx

```sh
npx create-react-app awesome-web-app --template chakra-ui-base
```

### yarn
```sh
yarn create react-app awesome-web-app --template chakra-ui-base
```