Skip to content
/ next-dev-starter Public template

The Only Next.js Starter You Will Ever Need for Frontend Development

License

Notifications You must be signed in to change notification settings

tushcmd/next-dev-starter

Repository files navigation

NextDevStarter

NextDevStarter

This is a Next.js project bootstrapped with 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 💣

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 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:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Author

Mututri David tushdev.co.

Credits danielbilek.com.

About

The Only Next.js Starter You Will Ever Need for Frontend Development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published