This is a readme from next.js 12 boilerplate.
Boilerplate to help developers to have a fast project configuration using the most recent next version and some tools to improve the developer experience.
Check our š example
.
āāā README.md # README file
āāā next.config.js # Next JS configuration
āāā docs # documentation mdx
āāā e2e # Cypress e2e
āāā public # Public folder
ā āāā assets
ā āāā images # Image used by default template
āāā
ā āāā layout # Atomic layout components
ā āāā models # TypeScript models
ā āāā constants # Constants
ā āāā pages # Next JS pages
ā āāā styles # PostCSS style folder with Tailwind
ā āāā i18n # Locale i18n
ā āāā utils # Utility folder
āāā tailwind.config.js # Tailwind CSS configuration
āāā tsconfig.json # TypeScript configuration
yarn
yarn generate
After this, select if you want to create a page or component and set the name.
You can change the templates and settings of generator at path generators
on project root.