Please visit below link for complete detail about creation of this application
https://edu2skill.wordpress.com/course/react-with-vite-custom-css/create-endpoint-for-create-operation-using-postman-react-vite-customcss/
a. click on "Code" button menu b. click on "Download ZIP"
a. Click on downloaded file. It will compressed file b. right click on the file and click on "Extract here". c. Now, a folder will be created by same name as of downloaded file. But it will not be compressed. We used this folder in next step.
a. double click on the folder created in previous step b. open this directory into VS code
a. Open terminal window in VS code. in terminal window, path of the directory will be shown b. type below command in the terminal and press "Enter"
npm install
b. in terminal window, type below command and press "Enter"
nodemon ./index.js
c. when the project will be executed successfully, then you can follow instructions given in above link