Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.63 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.63 KB

Opinionated Next.js Starter

My personal boilerplate for jumpstarting web projects with Next.js 14

    • Strict mode enabled
    • Set up src folder structure with app router
    • Set up initial pages
    • Set up path aliases
    • Imported Google fonts
    • Set up CSS variables for light/dark mode themes
    • Set up Google Font classes for Tailwind
    • Set up folder structure for dynamic locale routes
    • Set up middleware, locale files, & messages
    • Set up basic Dockerfile, .dockerignore, and docker-compose.yml