Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theprivileges/cra-template-material-ui

Create React App custom template configured with Material-UI
https://github.com/theprivileges/cra-template-material-ui

Last synced: 9 days ago
JSON representation

Create React App custom template configured with Material-UI

Awesome Lists containing this project

README

        

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
![Release](https://github.com/theprivileges/cra-template-material-ui/workflows/Release/badge.svg?branch=master)

# @theprivileges/cra-template-material-ui

[Create React App](https://create-react-app.dev/) custom template configured with [Material-UI](https://material-ui.com/)

## Install

```sh
npx create-react-app my-app --template @theprivileges/cra-template-material-ui
```

## Features

Enhances the default [`cra-template`](https://github.com/facebook/create-react-app/tree/master/packages/cra-template)

### UI

- [Material-UI](https://material-ui.com)

### Tools

- [`husky`](https://github.com/typicode/husky)
- [`lint-staged`](https://github.com/okonet/lint-staged)
- [`yarnhook`](https://github.com/frontsideair/yarnhook)

### Test

- [Testing Library](https://testing-library.com/)