ReactJS Boilerplate for typical project.
Demo: https://react-boilerplate-coral.vercel.app
Backend: https://github.com/brocoders/nestjs-boilerplate
First, run the development server:
cp example.env.local .env.local
npm run dev
- Next.js
- TypeScript
- i18n (based on https://github.com/i18next/next-13-app-dir-i18next-example)
- Material UI
- React Hook Form
- React Query
- Auth (Sign in, Sign up, Reset password, Confirm email, Refresh Token)
- File upload
- E2E tests (Cypress)
- ESLint
- CI (GitHub Actions)