Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 476 Bytes

readme.md

File metadata and controls

30 lines (23 loc) · 476 Bytes

Vite + React + Tailwind + Redux Toolkit

Vite + React + Tailwind + Redux Toolkit

Installation

npx degit jamosaur/vite-react-tailwind-rtk my-awesome-project
cd my-awesome-project
npm install

Development

# Start the vite dev server
npm run dev

Building

# Make a production bundle
npm run build

Preview

# Preview the production build, you must run `npm run build` first
npm run preview