- React with webpack (typescript, eslint, prettier).
- Integrated a state manager(redux toolkit).
- Support multiple languages(I18N).
- Integrated mui & react-hook-form.
- Set up e2e test tool (cypress).
- Integrated PWA with Workbox Inject manifest.
- Make 2 profile (dev and prod).
npm i
: to install all dependencies.
npm clean
: to delete node_module and build folder and install all dependencies
npm run dev
: to run on local.
npm run build
: to build.