https://github.com/hardyyb2/react-templates
Templates for MERN and Firebase Apps with React in JS and TS
https://github.com/hardyyb2/react-templates
Last synced: 3 months ago
JSON representation
Templates for MERN and Firebase Apps with React in JS and TS
- Host: GitHub
- URL: https://github.com/hardyyb2/react-templates
- Owner: hardyyb2
- License: mit
- Created: 2021-02-11T12:29:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T12:45:20.000Z (over 5 years ago)
- Last Synced: 2025-02-26T17:35:38.532Z (over 1 year ago)
- Size: 309 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## REACT TEMPLATES
- This project consists of various templates which can be used to speed up the initial phase of setup and development.
- Each of the template is well coded and well structured to uphold the standards of clean code and follow good design patterns.
> NOTE - Please look into [CONTRIBUTING.md](https://github.com/hardyyb2/react-templates/blob/main/CONTRIBUTING.md) for detailed information related to this project
### Know more about the project :
- [Getting started](https://github.com/hardyyb2/react-templates/blob/main/CONTRIBUTING.md#how-do-i-get-started)
- [What does this project do and why is it useful ?](https://github.com/hardyyb2/react-templates/blob/main/CONTRIBUTING.md#what-does-this-project-do-and-why-is-it-useful)
- [I want to contribute to this project](https://github.com/hardyyb2/react-templates/blob/main/CONTRIBUTING.md#how-can-i-contribute)
## MOTIVATION
- Often times while starting a new project, the initial setup phase takes a huge amount of time and effort, especially when using technologies like _Redux_, or _Firebase(with auth)_ etc.
- This common boilerplate used in every project needs to be re-written with every new project, and thus induces frustation and even more wastage of time
- Using these prebuilt templates, this phase of setup is substantially reduced, if not completely eliminated
## STYLEGUIDE
- [See Styleguides for used technologies](https://github.com/hardyyb2/react-templates/blob/main/CONTRIBUTING.md#styleguides)
## CONTRIBUTE
- See the [CONTRIBUTING.md](https://github.com/hardyyb2/react-templates/blob/main/CONTRIBUTING.md)