npm install
to install the dependenciesnpm run dev
to start the development servernpm run build
to build the projectnpm run start
to start the production serverv18.13.0
Prettier Check
npx prettier --check .
Prettier Write
npx prettier --write .
Eslint Check
npx elsint .
Eslint Fix
npx eslint --fix .