This repo houses my commonly used, batteries included, opinionated templates.
You can view them under the templates folders.
| Templates | templates/ path |
Use csae |
|---|---|---|
| Vite - SPA | templates/vite-spa |
Vite React SPA - without a backend |
| TS App | templates/ts-app |
TS App, Command lines, server,... |
| TS Lib | templates/ts-lib |
TS Library for publishing |
To scaffold a template, use npx degit samhwang/starter-kit/templates/<template-name> <project-name>.