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.
First, click on the button on top of the repo called "Use this template", or copy the following code:
gh repo create new-project --public --template msafdev/starter-kit
Then, install everything:
bun install
or
npm install
Now, your template is ready to be used.
- Add CSS variables
- Add CI/CD pipeline
- Add more features and branches
The project uses Next.js, TailwindCSS, shadcn-ui, and Typescript.