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

https://github.com/misterpea/template-minimal-vanilla-ts

Minimal HTML / vanilla TypeScript template - SASS/SCSS ready, packaged with Webpack, and served via Webpack Dev Server
https://github.com/misterpea/template-minimal-vanilla-ts

html sass scss template typescript vanilla-typescript webpack

Last synced: 3 months ago
JSON representation

Minimal HTML / vanilla TypeScript template - SASS/SCSS ready, packaged with Webpack, and served via Webpack Dev Server

Awesome Lists containing this project

README

          

# Minimal Vanilla TS Website 🍦

To use:
## Via clone:
1. clone the repository

2. Remove .git for this template repo (below)
```
cd template-minimal-vanilla-ts && rm -rf .git
```

## Via 'Use this template':
1. Click the 'Use this template' then `pull` it local

## On your machine:
1. `$ npm install`
2. Make cool stuff!

## Linting and formatting (Biome):

```bash
npm run biome:check # Run formatter/linter checks (no writes)
npm run biome:lint # Run lint rules only
npm run biome:format # Format files in place
```