npm i/yarn- to install all packagesnpm dev/yarn dev- start dev server and open browser
All files have prefix as data which needs to be renamed to job. E.g features/data/dataAPI.ts -> features/job/jobAPI.ts. But this excercise was not performed to preserve commit history.
Uses Vite, Vitest, and React Testing Library to create a modern React app compatible with Create React App
npx degit reduxjs/redux-templates/packages/vite-template-redux my-appdev/start- start dev server and open browserbuild- build for productionpreview- locally preview production buildtest- launch test runner