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
shadcnui tailwind tanstack zustand
Last synced: 26 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T15:32:17.000Z (6 months ago)
- Last Synced: 2024-07-18T19:25:13.157Z (6 months ago)
- Topics: 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..._