Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-03T08:54:29.000Z (about 2 months ago)
- Last Synced: 2024-10-11T23:13:53.108Z (about 1 month ago)
- Topics: azure, fastify, mongo, pulumi, tailwind, tauri, typescript, vue, xcode
- Language: TypeScript
- Homepage:
- Size: 1.79 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 full stack web development.
## 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 with [Tailwind](https://tailwindcss.com/) using [TypeScript](https://www.typescriptlang.org/).
```sh
pnpm dlx degit Shyam-Chen/Barebones-Templates/vue my-vue-project
```### [Tauri Template](./tauri) for Native-side Coding
Barebones starting point for [Tauri](https://tauri.app/) projects with [Xcode](https://developer.apple.com/xcode/) using [TypeScript](https://www.typescriptlang.org/).
```sh
pnpm dlx degit Shyam-Chen/Barebones-Templates/tauri my-tauri-project
```### [Fastify Template](./fastify) for Server-side Coding
Barebones starting point for [Fastify](https://fastify.dev/) projects with [Mongo](https://www.mongodb.com/) using [TypeScript](https://www.typescriptlang.org/).
```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 with [Azure](https://azure.microsoft.com/) using [TypeScript](https://www.typescriptlang.org/).
```sh
pnpm dlx degit Shyam-Chen/Barebones-Templates/pulumi my-pulumi-project
```