react-starter
npm install react-raikaA powerful and well-structured React boilerplate for our company, designed to streamline development and enforce best practices.
---
sh
npx react-raika project-name
`
Then, start coding! π ---
π§ Features & Setup
$3
When committing files, husky will automatically:
βοΈ Run lint-staged
βοΈ Lint & format changes
βοΈ Build the project
βοΈ Allow pushing only if everything passes $3
Run:
`sh
npm run analyze
`
This helps identify unused files and dependencies. $3
- Cypress β Preconfigured for E2E testing π οΈ
- Vitest β Ready for unit testing β‘ $3
Easily upgrade your dependencies with:
`sh
npx taze
` $3
- Modify the manifest and Service Worker in public folder
- Update icons in public/icons/ $3
- Replace fonts in src/assets/fonts/
- Update _font.scss in src/styles/base/_font.scss $3
1. Add your SVGs to src/assets/icons/
2. Import them in Icon.tsx
3. Use them with $3
- Multi-language support included
- Configure RTL/LTR based on your projectβs needs $3
Run:
`sh
npm run release
`` ---
---
π― Ready to start? Run the command, set up your project, and build amazing things! π