Skip to content

Instantly share code, notes, and snippets.

@jakubtuchol
Last active April 11, 2017 23:42
Show Gist options
  • Select an option

  • Save jakubtuchol/df167cce12667e9a70bdd861cf68e3eb to your computer and use it in GitHub Desktop.

Select an option

Save jakubtuchol/df167cce12667e9a70bdd861cf68e3eb to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install -y python-software-properties git
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs
git clone https://github.com/react-boilerplate/react-boilerplate
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-get update && sudo apt-get -y install yarn
cd react-boilerplate
yarn install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment