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.
node -v
v16.13.0 LTSnpm -v
8.1.0
D-board is 100% ready to use. Just unzip the included files and run the following commands:
npm install
to install all the required dependenciesnpm run dev
to run the development server- Open
http://localhost:3000
To build and run a production ready bundle, run the following commands:
npm run build
npm run start
to preview the generated files
The template includes the following structural elements:
- Navbar
- Left sidebar
- Right sidebar
- Main content section
- Centered layouts for forms