After upzipping the product file, you'll see 2 folders:
The "v2.0.0" folder is the product folder and the "node" folder include a portable Node.js version which build your app into production.
"v2.0.0" folder
"node" folder
We need to make sure that Node.js works well on your computer. First, open your terminal (Powershell, Terminal, CMD,...), point to the "node" folder then run the command as the gif below:
If you don't want to custom anything in this item, you can skip this step and go straight to the Deploy page.
First, you need to install all Node.js packages used in this project:
Go to the product folder, open the terminal and run this command:
../node/npm run dev
Wait for a while, then open your browser and go to https://localhost:3000. Now, we need to move to the Custom page to understand how to custom this web app.