daggerok / html-css-js-vite-starter

Vite HTML+SCSS+JS starter uses Google font and Font Awesome Free

Home Page:https://daggerok.github.io/html-css-js-vite-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vite HTML+SCSS+JS starter uses Google font and Font Awesome Free

https://daggerok.github.io/html-css-js-vite-starter/


Languages

Language:JavaScript 60.9%Language:HTML 21.1%Language:SCSS 17.9%