Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunormferreira/react-rewired-boilerplate
this is a simple template to start react applcations without laziness. [to update]
https://github.com/brunormferreira/react-rewired-boilerplate
Last synced: about 1 month ago
JSON representation
this is a simple template to start react applcations without laziness. [to update]
- Host: GitHub
- URL: https://github.com/brunormferreira/react-rewired-boilerplate
- Owner: brunormferreira
- Created: 2020-02-17T14:28:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:22:39.000Z (about 2 years ago)
- Last Synced: 2024-10-27T23:15:54.099Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-rewired-boilerplate
- This is a simple template to start react applcations without laziness. :)
## Table of Contents
- [Packages](#packages)
- [Commitlint Usage](#commitlint-usage)
- [To do](#to-do)
- [Author](#author)## Packages
- react-rewired (config-overrides)
- babel-plugin-root-import
- styled-components
- typescript
- axios
- jest
- eslint
- prettier
- editorconfig
- commitlint/husky
- tsconfigs
- reach/router## Commitlint usage
- In general the pattern mostly looks like this:
```bash
type(scope?): subject #scope is optional
```- Real world examples can look like this:
```bash
chore: run tests on travis ci
``````bash
fix(server): send cors headers
``````bash
feat(blog): add comment section
```## To do
```
1. Re-organize files.
2. Implement more packages.
3. and More
```## Author
* **Bruno Ramires de Moraes Ferreira** - [GitHub](https://github.com/brunormferreira)