This is a Learning Management System(LMS) I am making as my Campus project work. Hoping to learn many new things in coming days. At first open the working directory with integrated terminal
run command npm create vite@latest
type y
provide the product name
select react and javascript
now change the directory to created folder
install node modules with npm install
then try running your program through npm run dev command