Skip to main content

Environment Setup

Frontend developers should have the following installed and configured as described below:

Installing NVM (Node version manager)

danger

Do not install Node.js outside of NVM. if you have Node.js installed, you should uninstall it before proceeding with the NVM install

To install NVM, follow the instructions listed here

Installing Yarn v1

danger

Make sure that you have installed Node.js via NVM before proceeding!

npm install --global yarn

Installing Webstorm

To install Webstorm, follow the instructions listed here

Installing React Developer Tools

Install React Developer Tools on your preferred browser - Google Chrome, FireFox or Edge

React Config

Add export REACT_EDITOR=webstorm to your zshrc/bash_profile to open webstorm via react error messages