π This repository holds most of the starter templates for full stack web development.
Those templates dependencies are maintained via pnpm via pnpm up -Lri
.
This is the reason you see a pnpm-lock.yaml
. That being said, any package manager will work. This file can be safely be removed once you clone a template.
These templates are meant to be used as is via the degit utility.
Vue Template for Web-side Coding
Barebones starting point for Vue projects with Tailwind using TypeScript.
pnpm dlx degit Shyam-Chen/Barebones-Templates/vue my-vue-project
Tauri Template for Native-side Coding
Barebones starting point for Tauri projects with Xcode using TypeScript.
pnpm dlx degit Shyam-Chen/Barebones-Templates/tauri my-tauri-project
Fastify Template for Server-side Coding
Barebones starting point for Fastify projects with Mongo using TypeScript.
pnpm dlx degit Shyam-Chen/Barebones-Templates/fastify my-fastify-project
Pulumi Template for Cloud-side Coding
Barebones starting point for Pulumi projects with Azure using TypeScript.
pnpm dlx degit Shyam-Chen/Barebones-Templates/pulumi my-pulumi-project