cra-template-design-sytem-and-gitflow
v1.0.9
Published
React Folders Structure is an Atomic Design-based design system, providing an efficient folder structure for ReactJS projects. With intuitively organized components, services, and validations, this system facilitates code maintenance and scalability. It i
Downloads
11
Maintainers
Readme
React Folders Structure
React Folders Structure is an Atomic Design-based design system that provides an efficient folder structure for ReactJS projects. With intuitively organized components, services, and validations, this system facilitates code maintenance and scalability. It includes tools such as ESLint and Prettier, as well as a comprehensive style guide, to ensure clean and consistent code.
Getting Started 🚀
Create react app
npx create-react-app my-app --template cra-template-design-sytem-and-gitflow
Vite
npx create-react-app my-app --template @kevinparra535/design-sytem-and-gitflow-javascript
Documentation 📕
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please refer to the CONTRIBUTING.md file for detailed contribution guidelines.