Environment Setup
To build React apps, you need Node.js and NPM.
Steps:
- Download and install Node.js from nodejs.org.
- Verify installation:
node -vandnpm -v. - Install a code editor (VS Code is recommended).
- Install the ES7+ React/Redux/React-Native snippets extension.