My personal go-to boilerplate for most frontend projects using the React Library ⚡️.
| Tool | Use |
|---|---|
| Typescript | for type safety. |
| React Router | for client-side routing. |
| Vitest + React Testing Library + MSW | for testing UI components and mocking Rest APIs |
| i18n | for internationalization |
| TailwindCSS | for styling |
| Github Actions | for handling CI/CD tasks. |
| Framer Motion | for animating |
| Sanity | for content management |
Install dependencies:
npm installRun the dev server:
npm run devRun test:
npm run test🟢 In progress...
Please read the CONTRIBUTING.md file, and the process for submitting a pull request to this project.
Developed by Victor Bruce. 😎