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

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

Awesome Lists containing this project

README

        

![NextDevStarter](/public/NextDevStarter.png "NextDevStarter")

# 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 data

This 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).