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