From this project dir (html-web-page
):
cd html-web-page
npm install
npm start
And open the URL provided by the terminal.
You can specify the port this is deployed on by setting ROMCAL_APP_PORT
in your environment, such as ROMCAL_APP_PORT=8080 npm start
.