Execute to install dependecies
npm install
# or
yarn
if it's done execute
npm run dev
# or
yarn dev
Open your browser and type https://localhost:3000
if you want the HtML version, execute
npm run build & npm run export
# or
yarn build & yarn export
Go to out folder and you'l find the HTML version