Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msafdev/starter-kit

🏁 A starter kit for your next project
https://github.com/msafdev/starter-kit

starter-kit template

Last synced: 8 days ago
JSON representation

🏁 A starter kit for your next project

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/github/license/msafdev/starter-kit)](https://github.com/msafdev/starter-kit/blob/main/LICENSE.txt)
[![Issues](https://img.shields.io/github/issues/msafdev/starter-kit)](https://github.com/msafdev/starter-kit/issues)
[![GitHub Repo stars](https://img.shields.io/github/stars/msafdev/starter-kit?style=flat&color=yellow)](https://github.com/msafdev/starter-kit/stargazers)

## 🏁 Next + Tailwind Starter Kit

Kickstart your development and save extra hours on your next project. This template is simply built because I am tired of repeating my dev setup.

### 📦 Requirements

First, click on the button on top of the repo called "Use this template", or copy the following code:

```bash
gh repo create new-project --public --template msafdev/starter-kit
```

Then, install everything:

```bash
bun install
```

or

```bash
npm install
```

Now, your template is ready to be used.

### 🚦 To Do

- [x] Add CSS variables
- [ ] Add CI/CD pipeline
- [ ] Add more features and branches

#### Disclaimer

The project uses *Next.js*, *TailwindCSS*, *shadcn-ui*, and *Typescript*.