Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.29 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.29 KB

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.