Setting up dev environment for react native on Windows
Step 1: Install Node.js
Download and install from nodejs.org. Verify the installation:
node -v
npm -v
Step 2: Install a Code Editor
Download VS Code from code.visualstudio.com. Any other editor is a
prachipurohit.hashnode.dev2 min read