Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theprivileges/cra-template-material-ui
- Owner: theprivileges
- License: mit
- Created: 2020-08-16T18:36:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:58:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T11:35:50.962Z (about 1 month ago)
- Language: JavaScript
- Size: 1.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/)