Environment Setup
Now, Welcome viewers to installation process.
At first you need to install npm
into your local device.
Here is the process you can follow up:
Install Node & npm:
To install node you can download & install directly from NodeJS
It will install node & npm into your device.
To check the npm version type on terminal npm -v
or npm --version
Now open the template folder via terminal & run this command
npm install
. Wait for a few seconds ... Done!!!
For more information, You can follow up via this link about npm installation process. npm documentation