Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berkaycirak/next-template
That is a next-template for starting next applications
https://github.com/berkaycirak/next-template
app-router shadcnui tailwind tanstack zustand
Last synced: about 2 hours ago
JSON representation
That is a next-template for starting next applications
- Host: GitHub
- URL: https://github.com/berkaycirak/next-template
- Owner: berkaycirak
- Created: 2024-07-17T13:06:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T15:32:17.000Z (7 months ago)
- Last Synced: 2024-12-07T12:09:45.938Z (about 2 months ago)
- Topics: app-router, shadcnui, tailwind, tanstack, zustand
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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..._