This is my exercise project to learn React Typescript.
Using React (Hook), Tailwind
- Step 1.
Clone the project
# go to project cd admin-dashboard
git clone https://github.com/zhengwuqingling28/tailwind-admin-dashboard.git
- Step 2.
Install node_modules
npm i
- Step 3.
Run vite react project
npm run dev