https://github.com/shyam-chen/barebones-templates
🍖 This repository holds most of the starter templates for full stack web development.
https://github.com/shyam-chen/barebones-templates
azure fastify mongo pulumi tailwind tauri typescript vue xcode
Last synced: 3 months ago
JSON representation
🍖 This repository holds most of the starter templates for full stack web development.
- Host: GitHub
- URL: https://github.com/shyam-chen/barebones-templates
- Owner: Shyam-Chen
- Created: 2023-07-11T06:53:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T06:48:40.000Z (11 months ago)
- Last Synced: 2025-06-12T14:50:23.344Z (9 months ago)
- Topics: azure, fastify, mongo, pulumi, tailwind, tauri, typescript, vue, xcode
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Barebones Templates
🍖 This repository holds most of the starter templates for application development using [TypeScript](https://www.typescriptlang.org/) and [Rust](https://rust-lang.org/).
## Get started
Those templates dependencies are maintained via [pnpm](https://pnpm.io/) 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](https://github.com/Rich-Harris/degit) utility.
### [Vue Template](./vue) for Web-side Coding
Barebones starting point for [Vue](https://vuejs.org/) projects.
```sh
pnpm dlx degit Shyam-Chen/Barebones-Templates/vue my-vue-project
```
### [Fastify Template](./fastify) for Server-side Coding
Barebones starting point for [Fastify](https://fastify.dev/) projects.
```sh
pnpm dlx degit Shyam-Chen/Barebones-Templates/fastify my-fastify-project
```
### [Pulumi Template](./pulumi) for Cloud-side Coding
Barebones starting point for [Pulumi](https://www.pulumi.com/) projects.
```sh
pnpm dlx degit Shyam-Chen/Barebones-Templates/pulumi my-pulumi-project
```
### [Tauri Template](./tauri) for Native-side Coding
Barebones starting point for [Tauri](https://tauri.app/) projects.
```sh
pnpm dlx degit Shyam-Chen/Barebones-Templates/tauri my-tauri-project
```