Giter Site home page Giter Site logo

mohitmaderna / nextjs-paull-listing-14 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ashikjs/nextjs-boilerplate-admin-template

0.0 0.0 0.0 237 KB

Welcome to nextjs-boilerplate-admin-template, an open-source project designed to kickstart your admin panel or dashboard development with Next.js 14. This boilerplate integrates the best of modern web technologies, offering a robust starting point for both developers and businesses aiming to build scalable and efficient web applications.

JavaScript 1.09% TypeScript 96.43% SCSS 2.49%

nextjs-paull-listing-14's Introduction

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://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

nextjs-paull-listing-14's People

Contributors

innoashik avatar ashikjs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.