Template repository for React projects using:
- React + TypeScript
- Vite
- Styled Components
- Biome
- i18next + i18next-cli
- Node.js version from
.node-version - npm
>=10
- Root: monorepo workspace orchestration
- App package:
packages/react-app
Use the Root terminal:
npm installUse the React app terminal (cwd: packages/react-app):
npm run devApp runs on http://localhost:8080.
Use the Root terminal:
npm run build:react-appBuild output: packages/react-app/dist.
Use the Root terminal:
npm run formatUse the i18n - React app terminal (cwd: packages/react-app):
npm run i18n:generateThis runs i18next-cli with packages/react-app/i18next.config.ts.
Use the React app terminal (cwd: packages/react-app):
npm run testWatch mode:
npm run test:watch