https://github.com/tushcmd/next-dev-starter
The Only Next.js Starter You Will Ever Need for Frontend Development
https://github.com/tushcmd/next-dev-starter
next-sta nextjs nextjs-template shadcn-ui
Last synced: 2 months ago
JSON representation
The Only Next.js Starter You Will Ever Need for Frontend Development
- Host: GitHub
- URL: https://github.com/tushcmd/next-dev-starter
- Owner: tushcmd
- License: mit
- Created: 2024-05-16T20:24:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T00:43:05.000Z (about 1 year ago)
- Last Synced: 2025-01-31T19:14:16.130Z (4 months ago)
- Topics: next-sta, nextjs, nextjs-template, shadcn-ui
- Language: TypeScript
- Homepage: https://next-dev-starter.vercel.app
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# NextDevStarter
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Enriched with a number of enhancements to ensure fast and easy development with minimal setup.
### Features 💻
- NextJS with Typescript
- Pre-configured with essential components and utilities
- Fully functional and ready dark mode, possibility of extending it for other themes
- Integrated Prettier setup for consistent code formatting
- Mobile-friendy, responsive design
- Font optimization with next/font
- Essential packages pre-configured for you
- Seo configuration with zero effort
- Time saving utils for daily use### Getting Started 🚀
Click 'use this template' above in this repo and proceed
### Run NextJS in development mode 💣
```bash
npm install
npm run dev# or
yarn install
yarn dev# Open http://localhost:3000 with your browser to see the result.
```### Configure ⚙️
- Delete content of src/app/page.tsx
- Delete src/components/starter folder
- Configure src/data/siteMetadata for SEO dataThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
### Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
### Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## Author
Mututri David [tushdev.co](https://tushdev.co).
Credits [danielbilek.com](https://danielbilek.com).