Install Dependencies
- Installing Node js
-
Installing NPM
To download the latest version of npm, run the following command on the command line:
-
**Installing Yarn **
sudo apt install -g npm
npm install --global yarn
npm install
# or
yarn install
npm run dev -p 3001
Was this page helpful?