Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

the-witcher-knight/reactor-ts

Repository files navigation

React Type Template

Config TODO

  • 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).

How to use?

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.