Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/creepymemes/simple-vite-js-template

Simple Vite based Vanilla JS template project with Prettier and ESlint 🔥
https://github.com/creepymemes/simple-vite-js-template

eslint javascript prettier template vite

Last synced: about 1 month ago
JSON representation

Simple Vite based Vanilla JS template project with Prettier and ESlint 🔥

Awesome Lists containing this project

README

        

My Happy SVG

Simple vite js template

[![Static Badge](https://img.shields.io/badge/Vite-^6.0.5-646CFF?style=for-the-badge&logo=vite&labelColor=white)](https://vide.dev)
[![Static Badge](https://img.shields.io/badge/Node-^20.18.0-339933?style=for-the-badge&logo=node.js&labelColor=white)](https://nodejs.org)
[![Static Badge](https://img.shields.io/badge/Javascript-ES6-F0DB4F?style=for-the-badge&logo=javascript&labelColor=white)](https://javascript.com)
[![Static Badge](https://img.shields.io/badge/Eslint-^9.17.0-4930BD?style=for-the-badge&logo=eslint&logoColor=4930BD&labelColor=white)](https://eslint.org)
[![Static Badge](https://img.shields.io/badge/Prettier-3.4.2-C596C7?style=for-the-badge&logo=prettier&labelColor=white)](https://prettier.io)

## Introduction

This simple project template inclues the following dev dependancies:

- [Vite](https://vite.dev/)
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)

> [!IMPORTANT]
> As this template depends on [Vite](https://vite.dev/) v6+ which requires [Node.js](https://nodejs.org/) version 20+

## Downloading

> [!IMPORTANT]
> To download a copy of this repository and initiallize it for your own project make sure the tool [tiged](https://github.com/tiged/tiged) is installed first

If tiged is already installed run the following command:

```sh
tiged creepymemes/simple-vite-js-template my-project
cd my-project
```

## Installation

> [!TIP]
> This project uses [npm](https://npmjs.com) package manager

After downloading a copy of this repo, to install all the dependancies run:

```sh
npm install
```

## Usage

After having installed everything to start the dev server run:

```sh
npm run dev
```

To build for production run:

```sh
npm run build
```