├── CSS └── README.md ├── Environment ├── README.md ├── branches-and-requests.md ├── conventional-commits.md ├── husky.md └── lint-staged.md ├── HTML └── README.md ├── Initiation.md ├── JS └── README.md ├── README.md └── React ├── Optimization.md └── README.md /CSS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/CSS/README.md -------------------------------------------------------------------------------- /Environment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/Environment/README.md -------------------------------------------------------------------------------- /Environment/branches-and-requests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/Environment/branches-and-requests.md -------------------------------------------------------------------------------- /Environment/conventional-commits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/Environment/conventional-commits.md -------------------------------------------------------------------------------- /Environment/husky.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/Environment/husky.md -------------------------------------------------------------------------------- /Environment/lint-staged.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/Environment/lint-staged.md -------------------------------------------------------------------------------- /HTML/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/HTML/README.md -------------------------------------------------------------------------------- /Initiation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/Initiation.md -------------------------------------------------------------------------------- /JS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/JS/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/README.md -------------------------------------------------------------------------------- /React/Optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/React/Optimization.md -------------------------------------------------------------------------------- /React/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullstack-development/front-end-best-practices/HEAD/React/README.md --------------------------------------------------------------------------------