This repository provides a boilerplate designed for small to medium-sized projects using ReactJS for the frontend and NodeJS for the backend.
Following technologies and methodologies are used in this boilerplate:
- Programming Language: TypeScript
- Code Formatting: Prettier
- Code Analysis: ESLint
- Package Management: pnpm
- Monorepo Management: pnpm workspace
- Client
- Build Tool: Vite
- UI: React
- Styles: Tailwindcss, PostCSS
- State Management: Nano Stores
- Routing: React Router
- Server