Skip to content

By embracing Next.js framework, developers can unlock a myriad of benefits, including optimized performance, faster time to market, seamless handling of heavy content, images & data driven contents

Notifications You must be signed in to change notification settings

AbhayPai/nextjs-starter

Repository files navigation

Nextjs 13+ Starter Pack

Out of the box feature from this project:

  1. Bootstrap CSS & JS
  2. GoogleFonts
  3. Fonts
  4. Fetch for Blog Post
  5. Route active class
  6. Metadata
  7. Robots
  8. Sitemap
  9. Custom Module Aliases(@/app, @/lang and @/components)
  10. Internationalization Beta => en and es
  11. Demo API request(GET, POST, PUT, HEAD, PATCH, DELETE)

To start demo package

npm run demo

Useful links

  1. Local Website
  2. Github Sample

Out of the box feature from Next.js:

  • File based routing
  • Pre-rendering
  • API routes
  • Authentication
  • CSS Modules
  • Dev and Prod build system
  • Linter
  • Typescript
  • Absolute imports with module aliases
  • Static Exports
  • Layout
  • Page / Route
  • Metadata
  • Sitemap
  • Not Found
  • Data Fetching
  • Loading
  • Dynamic Routing
  • Suspense Boundary

Project Structure

Known issues for this repository.

  1. Link href="/" navigates to {basePath}.txt page
  2. Menu close after page is being loaded in mobile
  3. Background color of dropdown menu is white

About

By embracing Next.js framework, developers can unlock a myriad of benefits, including optimized performance, faster time to market, seamless handling of heavy content, images & data driven contents

Topics

Resources

Stars

Watchers

Forks