Posts

Showing posts from February, 2021

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