Skip to content

Instantly share code, notes, and snippets.

@sanjaykrishnan
Created April 7, 2023 08:13
Show Gist options
  • Save sanjaykrishnan/4802f60439fdb37edfbf91cd521603be to your computer and use it in GitHub Desktop.
Save sanjaykrishnan/4802f60439fdb37edfbf91cd521603be to your computer and use it in GitHub Desktop.
NPM latest install
curl -sL https://deb.nodesource.com/setup_19.x | sudo -E bash -
sudo apt-get install -y nodejs
@sanjaykrishnan
Copy link
Author

npm create vite@4.1.0
cd react-app
npm install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment