React Basics 101
React Environment Setup
Open your Command Prompt on your Laptop:
First change your directory folder to the folder you want to save your project in.
Next, type these commands:
npx create-react-app **name-your-app**
wait for everything to setup, and ge...
garyrmeade.hashnode.dev2 min read