html-pages home page
February 6, 2024 ยท View on GitHub
html-pages home page
General setup
nodejs v20
Build and run frontend
-
clone code -> go to
homedirectory -
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.