Skip to content

Latest commit

Β 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

License People Stars Forks Watches Last Updated

A Tiny Vite Starter Template

Table of Contents

πŸ“– About

vite-web is a customizable template for modern web applications using Vite. It features out-of-the-box support for fast reloading and pre-configured linters, ensuring best practices and code consistency from the start.

πŸš€ Features

  • Vite: Experience fast builds and updates with Vite's modern build tooling.
  • ESLint: Pre-configured with eslint-config-manzdev for JavaScript linting.
  • StyleLint: Integrated with stylelint-config-manzdev for CSS linting.
  • GitHub Pages: Ready setup for deployment to gh-pages for easy preview and deployment.

πŸ“‚ Folder Structure

β”œβ”€β”€ jsconfig.json
β”œβ”€β”€ package.json
β”œβ”€β”€ public
β”œβ”€β”€ README.md
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ assets
β”‚   β”œβ”€β”€ components
β”‚   β”œβ”€β”€ index.css
β”‚   β”œβ”€β”€ index.html
β”‚   β”œβ”€β”€ index.js
β”‚   └── modules
└── vite.config.js

βš™οΈ Requirements

Ensure you have Node.js installed on your machine.

πŸ’» Setup

Clone this repository and navigate into the project folder:

git clone https://github.com/sanurb/vite-web
cd vite-project-template

Install dependencies:

npm install

Development

Start the development server:

npm run dev

Open http://localhost:5173 in your browser to see your application in action.

Build

To build the project for production:

npm run build

Deploy

Deploy your project to GitHub Pages:

npm run deploy

More Info

About

πŸ›οΈπŸŽ‡ Showcase All Your Projects

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages

Generated from sanurb/vite-web