-
Notifications
You must be signed in to change notification settings - Fork 0
First Time Setup
Alex Barbato edited this page Jun 7, 2019
·
3 revisions
Follow these steps to get your environment set up and ready to rock and roll!
-
Install VSCode (or whatever you'd like).
- If you went with VSCode, we recommend you also install the following extensions to make your environment a little prettier.
- vscode-icons
- vscode-styled-components
- If you went with VSCode, we recommend you also install the following extensions to make your environment a little prettier.
-
Install Node (it comes with npm, another piece of software you'll need)
-
Open your terminal in VSCode (Terminal > New Terminal) and enter the following command to install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash