Skip to content

Instantly share code, notes, and snippets.

@CharlieYe0205
Last active May 1, 2022 03:51
Show Gist options
  • Save CharlieYe0205/030b651ca033227fc53bcf3dad8a8aaf to your computer and use it in GitHub Desktop.
Save CharlieYe0205/030b651ca033227fc53bcf3dad8a8aaf to your computer and use it in GitHub Desktop.
Deploy React with Nginx
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs build-essential libpng-dev python2
node --version

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update
sudo apt install -y yarn



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