Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

techcoder2007/nextjs-admin

Repository files navigation

First, run the development server:

npm run dev# oryarn dev# orpnpm dev# orbun dev

Openhttp://localhost:3000 with your browser to see the result.

Your Project

This project is organized using the following directory structure:

project/│├── app/                             # App directory for Next.js all all your pages (auto-routing) by page.tsx│   ││   ├── dashboard/              # Dashboard-related pages│   │   ├── layout.tsx             # Dashboard layout component│   │   ├── page.tsx              # Main dashboard page│   │   ├── user                # User page│   │   │   └── page.tsx            # User Page│   │   └── ...                      # Other static or dynamic pages│   ││   ├── login/                  # Login page│   │   └──page.tsx           │   └── ...  │├── components/                  # Reusable components across your project│   ├── ui/                      # UI components like buttons, modals, etc.│   ├── forms/                   # Form components, maybe with Formik or React Hook Form│   └── ...                      # Other component categorizations│ │ ├── lib/                             # Lib│   ├── context                      # Custom React context│   ├── hooks/                       # Custom React hooks│   ├── services/                    # services React hooks│   └── utils/                       # Utility functions and helpers││── styles/                      # Global styles, variables, theme configs│── models/                      # Global styles, variables, theme configs│├── public/                          # Static files like images, fonts, etc.│├── styles/                          # Global styles (if any outside the app directory)│├── types/                           # TypeScript types, interfaces│├── .env.local                       # Environment variables├── tsconfig.json                    # TypeScript configuration├── next.config.js                   # Next.js configuration└── package.json                     # Project metadata and dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp