Settings
Demos
Toggle sidebar
Colors
Background
Documentation
D-board

D-board is an advanced, responsive admin template built with Typescript, React, Redux Toolkit, Next.js and Tailwind CSS.

It includes 2 different layouts, 2 background color styles, 100+ components in every layout and lots of widgets and custom made reusable components to help you kickstart your next React project or application.

To install, first make sure the correct node and npm are installed in your system. If they are not installed, you can get node and npm here.

To check if they are installed correctly, run the following commands, which should print at least the following versions.

  1. node -v v16.13.0 LTS
  2. npm -v 8.1.0

D-board is 100% ready to use. Just unzip the included files and run the following commands:

  1. npm install to install all the required dependencies
  2. npm run dev to run the development server
  3. Open http://localhost:3000

To build and run a production ready bundle, run the following commands:

  1. npm run build
  2. npm run start to preview the generated files

The template includes the following structural elements:

  1. Navbar
  2. Left sidebar
  3. Right sidebar
  4. Main content section
  5. Centered layouts for forms