Tour of the codebase
- Updated on
Here's an overview of the directories and files you'll get in the generated boilerplate.
Press on any to learn more about it.
- 📁 .contentlayer/
- 📁 .husky/
- 📁 .next/
- 📁 .vscode/
- 📁 app/
- 📁 components/
- 📁 css/
- 📁 data/
- 📁 demo/
- 📁 layouts/
- 📁 lib/
- 📁 node_modules/
- 📁 public/
- 📁 scripts/
- 📄 .env.example
- 📄 .eslintignore
- 📄 .eslintrc.js
- 📄 .gitignore
- 📄 .prettierrc
- 📄 contentlayer.config.ts
- 📄 jsconfig.json
- 📄 next-env.d.ts
- 📄 next.config.js
- 📄 package.json
- 📄 postcss.config.js
- 📄 tailwind.config.js
- 📄 tsconfig.json
Next steps
Ready to dive deeper? Here's what to read next: