Step 2 - creating first scaffold app for ReactJS
This post relates to video step here: https://www.youtube.com/watch?v=vGF3sIESnBc
- First create a folder in the Windows directory
- Then in the address bar type in cmd
- Type the following commands
npx create-react-app my-app
cd my-app
npm start
Comments
Post a Comment