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 herearrow-up-right.

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

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

To verify your installation run the following commands:

node --version

npm --version

expo --version

Last updated