npx degit jamosaur/vite-react-tailwind-rtk my-awesome-project
cd my-awesome-project
npm install
# Start the vite dev server
npm run dev
# Make a production bundle
npm run build
# Preview the production build, you must run `npm run build` first
npm run preview