https://github.com/msafdev/starter-kit
🏁 A starter kit for your next project
https://github.com/msafdev/starter-kit
starter-kit template
Last synced: 7 months ago
JSON representation
🏁 A starter kit for your next project
- Host: GitHub
- URL: https://github.com/msafdev/starter-kit
- Owner: msafdev
- License: mit
- Created: 2024-06-23T06:52:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T15:15:58.000Z (8 months ago)
- Last Synced: 2025-06-17T16:31:22.795Z (8 months ago)
- Topics: starter-kit, template
- Language: TypeScript
- Homepage:
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/msafdev/starter-kit/blob/main/LICENSE.txt)
[](https://github.com/msafdev/starter-kit/issues)
[](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*.