React Setup

From rbachwiki
Revision as of 18:56, 10 February 2021 by Bacchas (talk | contribs)
Jump to navigation Jump to search
  • Install Node
  • React dev tools for Chrome (optional)
npm init -y # 
npx create-react-app my-app # this does not install it globally
cd my-app
npm start

Check if npm is installed

npm --version