https://github.com/im-codebreaker/vite-starter-template
https://github.com/im-codebreaker/vite-starter-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/im-codebreaker/vite-starter-template
- Owner: im-codebreaker
- License: other
- Created: 2022-03-20T17:45:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T16:46:13.000Z (about 4 years ago)
- Last Synced: 2025-04-05T01:29:02.007Z (about 1 year ago)
- Language: SCSS
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite Starter Template.
   
## 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`.