May 2020
Intermediate to advanced
404 pages
10h 52m
English
To start working on the project, you first need to install the latest versions of Node.js and Node Package Manager (NPM). While a standard way to do this would be to read the documentation provided on the Node.js website, we would suggest installing Node.js and NPM using Node Version Manager (NVM).
Once Node.js and NPM are installed, we're ready to start working on the project itself:
npm init -y
This should create a file, package.json, in your project directory. The output for the preceding command ...
Read now
Unlock full access