Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/msafdev/starter-kit
- Owner: msafdev
- License: mit
- Created: 2024-06-23T06:52:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T16:05:46.000Z (2 months ago)
- Last Synced: 2024-09-15T17:30:21.200Z (2 months ago)
- Topics: starter-kit, template
- Language: TypeScript
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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*.