Frontend Setup (PWA)
Getting started
Introduction
Overview
Pre-requisites
$ sudo apt update $ sudo apt-get update $ sudo apt-get upgrade$ sudo apt-get install git$ sudo apt-get install curl$ sudo apt install nodejs $ sudo apt install npm $ sudo npm install yarn$ node -v
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.39.1/install.sh | bash$ source ~/.nvm/nvm.shnode -v$ nvm install 16.14.0 $ nvm alias default 16.14.0 $ nvm use default
Setup
For the first time:
Run the project:


Last updated
Was this helpful?