Step 2 - creating first scaffold app for ReactJS

This post relates to video step here: https://www.youtube.com/watch?v=vGF3sIESnBc
  1. First create a folder in the Windows directory
  2. Then in the address bar type in cmd
  3. Type the following commands

npx create-react-app my-app
cd my-app
npm start

Comments

Popular posts from this blog

Logitech USB Unifying Receiver

React for Beginners Step 4 - Making an API Call + Render Method + componentDidMount Video