Front-end starter code that uses React, Redux, TypeScript, Tailwind CSS and Vite.
npm installnpm startThis starts a development server at http://localhost:3000.
npm run buildnpm run previewJest and React Testing Library are used to run unit tests.
npm test
# To run in watch mode
npm run test:watch