Skip to content

Latest commit

 

History

History
53 lines (47 loc) · 1.38 KB

Readme.md

File metadata and controls

53 lines (47 loc) · 1.38 KB

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