Skip to content

Instantly share code, notes, and snippets.

@shivampip
Last active February 20, 2020 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shivampip/2fde186f84a15f3b68d75a2cf11d838c to your computer and use it in GitHub Desktop.
Save shivampip/2fde186f84a15f3b68d75a2cf11d838c to your computer and use it in GitHub Desktop.
React Setup
  • Install node & npm
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs
  • Verify
node -v
npm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment