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