Skip to main content

Development envoirnment setup

Development environment setup happens according to the obytes template project given here. . (Use linux to setup, if on windows use WSL2. Following setup will assume)

Presetup

sudo apt-get update

React native setup

  1. Install openJDK11
sudo apt-get install openjdk-11-jdk
  1. Install node: 2.1. Copy the curl command from here .

     curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
    

    2.2. Reload envoirnment variables console source ~/.bashrc 2.3. To get latest node console nvm install node