html-pages home page

February 6, 2024 ยท View on GitHub

html-pages home page

image image image image image image image

General setup

  • nodejs v20

Build and run frontend

  • clone code -> go to home directory

  • install dependencies using:

npm install
  • run application with one of the selected block of commands
# serve with hot reload at localhost:8080
$ npm run serve

# generate static project in /dist directory
$ npm run build

The application runs by default on: http://localhost:8080.