nodejs v20
-
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
.