franmc01 / react-professional-configuration

The react professional configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-professional-configuration

sc

FREE

Welcome to the most professional React configuration template you can find!

This project is set up so that you only focus on the coding as I have done all the dirty work for you. You can play with the settings if you wish, but I recommend that you don't as it has very advanced and perfectly calculated settings.

How to use this template

At the top right, right where the clone button is, there is a new button so you can use this template completely from ZERO in your new project.

How to install

pnpm i
pnpm dev

💡Configurations:

  • 🔆React
    • 🎇Jest
    • 🎇Testing Library
    • 🎇Babel
    • 🎇pnpm package management
  • 🔆TypeScript
    • 🎇Aliases (prefix "@" on imports)
  • 🔆Sass
  • 🔆Vite
    • 🎇Load aliases
    • 🎇Load environment variables
    • 🎇Load environment modes (development, staging and production)
  • 🔆Husky
    • 🎇eslint
    • 🎇prettier
    • 🎇jest
  • 🔆Eslint
    • 🎇Standard Js
    • 🎇React
    • 🎇TypeScript
    • 🎇Jest
  • 🔆Prettier

License

MIT License

Copyright (c) 2022 Jose Espinosa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Author

Jose Espinosa -> joer9514

About

The react professional configuration

License:MIT License


Languages

Language:TypeScript 57.1%Language:SCSS 32.3%Language:HTML 5.4%Language:Shell 5.2%