Environment Setup

Make sure you have installed all the required tools, before you make a purchase.

You will need Node, Expo, Firebase Tools ( if you get EACCES, use sudo before the commands )

  1. Install node and npm: Download it from here.

  2. Install Visual Studio Code ( Will use it for text editing and terminal - You can use any text editor and terminal/cmd)

  3. Install Expo: Follow instructions. ( npm install -g expo-cli ) ( If you get 'expo' is not recognized on windows read here)

To verify your installation run the following commands:

node --version

npm --version

expo --version

Last updated