Download and install node. With the node package manager (npm
) installed and available on your system path, you can install the tools needed to build the project. Navigate to the directory containing package.json
and run the command npm install
to install all of these tools automatically.
After installing the npm tools, you can build the app from the directory containing package.json
with the npm run build
command.