To install the latest LTS version of NodeJs on WSL2 Ubuntu run the following command:
sudo apt-get install curlcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bashnvm install --ltsAfter Installing NodeJs. Navigate to your uwconnect frontend local repo and run the following command:
npm installTo run Reactjs app, run the following command:
npm start