1. Unzip the downloaded file

After upzipping the product file, you'll see 2 folders:

Untitled

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

"v2.0.0" folder

"node" folder

"node" folder

2. Test Node.js

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:

1.gif

3. Install VSCode (Optional)

Download here

How to install

4. Run the app in localhost

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:

HSYY0jKSRF.mp4

Go to the product folder, open the terminal and run this command:

../node/npm run dev

DCMMN7sufD.mp4

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.