vite-starter-kit

Starter Kit for every-day frontend work

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# locally preview production build
npm run serve

# deploy project to FTP server
npm run deploy