File Structure
This section will show you how to keep your files organized. Our theme file structure that looks like this.
Theme folder and file structure
Inside the zip-file you'll find the following directories and files. The application is created using npx create-next-app@latest
by seleting following options at the time of setup.
What is your project named? dashui-next-js-pro
Would you like to use TypeScript? No
Would you like to use ESLint? Yes
Would you like to use Tailwind CSS? No
Would you like to use `src/` directory? No
Would you like to use App Router? (recommended) Yes
Would you like to customize the default import alias (@/*)? Yes
What import alias would you like configured? ./*
For more detailed Next.js application directories and files structure, visit Next.js site.
Here is how the DashUI Theme organizes its file structure:
The root folder dashui-next-js-pro contains the below project structure of a DashUI Next.js application
App Router director contains all pages
All common components
JSON formatted data files
It holds the utility functions
It holds custom hooks
It contains your app's layouts
It contains all the images which are used in the theme
All navigations' route structure
A store holds the whole Redux state tree of your application
All SASS files and folders included in it
Configuration file for ESLint
Git files and folders to ignore
Application configuration which includes theme settings
Configuration file for JavaScript
Configuration file for Next.js
Project dependencies and scripts