Answers for "cmd to lunch react project"

158

how to start react app in windows

npx create-react-app my-app
cd my-app
npm start
Posted by: Guest on January-06-2020
0

command to start a new react app using vite

npm create vite@latest my-react-app -- --template react
Posted by: Guest on April-16-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language