Gần đây, nghe nói người ta không dùng create-react-app nữa mà chuyển sang dùng vite.
Để tạo project react trong thư mục hiện tại (có thể chọn các loại khác ngoài react):
bash
npm create vite@latest ./
Cài đặt các thư viện phổ biến khác:
bash
npm install @mui/material @emotion/react @emotion/styled
Dùng vite để tạo project.
Dùng material để xây dựng các thành phần giao diện!
[https://ko.vite.dev/guide/](https://ko.vite.dev/guide/)
[https://m3.material.io/components](https://m3.material.io/components)