/vite-boilerplate

An empty, bare-bones [Vite](https://vitejs.dev) app with some customizations I like to make.

Primary LanguageJavaScript

vite-boilerplate

An empty, bare-bones Vite app with some customizations I like to make. Is this necessary? No. But it helps me spin up a sandbox for myself more quickly.

Project Setup

npm install

Compile and Hot-Reload for Development

npm start

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint