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

https://github.com/im-codebreaker/vite-starter-template


https://github.com/im-codebreaker/vite-starter-template

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vite Starter Template.

![vite](https://badgen.net/badge/vite/^2.8.0/purple?icon=terminal) ![ts](https://badgen.net/badge/typescript/^4.5.4/blue?icon=typescript) ![sass](https://badgen.net/badge/sass/^1.49.9/pink?icon=awesome) ![MIT](https://badgen.net/badge/License/MIT/purple)

## About this repository.

Basic starter template that i use to quickly start developing static sites with custom css and vanilla javascript.
Feel free to fork, use, improve and share.

## Installation

You can easily try this template by following these steps.

```
git clone https://github.com/im-codebreaker/vite-starter-template.git
cd vite-starter-template
npm install
npm run dev
```

After this you can access it from `🔗localhost:3000`.