Running react server 01
Running react server
1. Create one folder for react project
2. Open that folder from VScode and open terminal
3. Write in terminal: npx create-react-app my-app [if doesnt worked then open CMD from same location and type same code
4. my-app folder will be created inside which there will all items required for running react project
5. Open that folder my-app inside vs code and then open terminal and type : npm start
Comments
Post a Comment