An open API service indexing awesome lists of open source software.

https://github.com/devmunro/stackpack

Created for beginners and people who prefer boilerplates
https://github.com/devmunro/stackpack

Last synced: 9 months ago
JSON representation

Created for beginners and people who prefer boilerplates

Awesome Lists containing this project

README

          

# STACKPACK 🚀✨


STACKPACK


— Give me back my boilerplates —


## What is StackPack?

StackPack collection of curated starter templates to jumpstart your projects. It links to multiple GitHub repositories and branches that contain different boilerplates tailored for various use cases.

---

## Starter Repositories


Pick a starter project, skip the fluff, and get coding fast âš¡


| Repo Name | Description | Branches/Variants | Status |
|------------------------------------|--------------------------------------------------------------------|---------------------------|--------------|
| [react-typescript-vite-tailwind](https://github.com/devmunro/react-typescript-vite-tailwind) | Minimal React + Vite + Tailwind + TypeScript starter | `main`, `dashboard` (coming soon), `auth` (coming soon) | Active |
| [next-tailwind-eslint-starter](https://github.com/devmunro/next-tailwind-eslint-starter) | Next.js + Tailwind + ESLint configured starter | `main` | Coming Soon |
| [next-supabase-tailwind-starter](https://github.com/devmunro/next-supabase-tailwind-starter) | Fullstack Next.js with Supabase Auth and Tailwind | `main` | Coming Soon |
| [node-express-api-starter](https://github.com/devmunro/node-express-api-starter) | Node.js backend with Express, middleware, and DB setup | `main` | Coming Soon |

---

## How to Use

Each repo contains one or more branches representing variants or feature sets.
To use a particular variant:

1. Clone the repo:

```bash
git clone https://github.com/devmunro/.git
cd