Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.36 KB

File metadata and controls

43 lines (26 loc) · 1.36 KB

Setup instructions for React with Linux

The following instructions will help you to get ready for ReactJS academy bootcamp:

  • Install a package manager
  • Install the text editor used by ReactJS developers
  • Pimp your Terminal
  • Install NodeJS and React CLI
  • Up-to-date browser with React Developer Tools: Chrome or Firefox

Brew for linux

https://docs.brew.sh/Linuxbrew#install

Microsoft Visual Studio Code

You can use the editor of your choice but all the coaches are using VSCode.

Install it with brew or download it manually on the official website

$ brew cask install visual-studio-code

Inside VSCode, press Ctrl+P, and enter:

ext install vscode-language-babel

Congratulations! You can install your first extention, it should be the top result.

We want to know you!

Would mind please to add a picture to your Slack Profile? Or better create a gravatar profile to sync-up all your picture accross the internet with your best selfie 🤳

https://gravatar.com/

It’ll help the coaches to remember the names. We are a few coaches and we’d love to remember all your names 😉


Happy hacking!