Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/berkaycirak/next-template

That is a next-template for starting next applications
https://github.com/berkaycirak/next-template

shadcnui tailwind tanstack zustand

Last synced: 26 days ago
JSON representation

That is a next-template for starting next applications

Awesome Lists containing this project

README

        

### How to use that template

---

1. Clone that template

> [!NOTE]
> [your_project_name] will be replaced with your desired project name

`git clone https://github.com/berkaycirak/next-template.git [your_project_name] `


2. Download the dependencies
`bun i or yarn i or npm i`

3. Initialize new git version

> [!IMPORTANT]
> You will init a new git version control for your project

```
rm -rf .git
git init
git add .
git commit -m "Initial commit"
```

_Enjoy your coding..._