Skip to content

daggerok/html-css-js-vite-starter

Repository files navigation

html css js vite starter CI

Vite HTML SCSS JS starter uses font-awesome

Quick start

npm_config_yes=true npx degit daggerok/html-css-js-vite-starter vite-site-html-css-js

Usage

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

Deployment

To deploy GitHub repository settings you must update Pages section: Build and deployment: Source -> Deploy from branch Branch -> gh-pages / (root)

RTFM