how to run existing react app using vscode

 step1 : install node 

step2 : open project on vs code and open terminal

step3 : npm install

step4 : npm audit fix --force

step5 : npm start //for run your project

Comments

Popular posts from this blog

simple inventory management system using Google Apps Script

create a CRUD web application with Google Apps Script

sales forecasting ML model in retail using the Prophet algorithm from the Facebook Prophet library