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
- Host: GitHub
- URL: https://github.com/misterpea/template-minimal-vanilla-ts
- Owner: MisterPea
- Created: 2024-04-14T23:06:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-31T21:42:48.000Z (3 months ago)
- Last Synced: 2026-04-01T00:44:06.773Z (3 months ago)
- Topics: html, sass, scss, template, typescript, vanilla-typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```