Vite HTML SCSS JS starter uses font-awesome
npm_config_yes=true npx degit daggerok/html-css-js-vite-starter vite-site-html-css-js
install packages:
npm i -E
run server in dev mode listening port 5173:
npm run dev
build and run locally listening port 3000:
npm run build ; npm_config_yes=true npx serve dist
To deploy GitHub repository settings you must update Pages
section:
Build and deployment:
Source
-> Deploy from branch
Branch
-> gh-pages / (root)