Getting Started

This guide will help you quickly set up and start using the NexLink Admin Dashboard Template.
Requirements
  • Modern browser (Chrome, Firefox, Edge)
  • Optional: Node.js & npm (for SCSS/JS compilation)
  • Code editor like VS Code (recommended)
How to Use
  1. Extract the template ZIP file.
  2. Navigate to the /src folder.
  3. Open index.html or any other HTML page in a browser.
  4. Edit or customize HTML, SCSS, or JS files as needed.
Optional: SCSS Compilation

If you want to edit or customize SCSS files, you can compile them using the provided setup:

# 1. Install dependencies
npm install

# 2. Compile SCSS or watch for changes
npm run sass
Included Features
  • Multiple dashboard pages
  • Authentication flows
  • Responsive layout and components
  • Reusable UI elements
  • Charts, tables, maps, forms
  • Light and dark mode support
  • Modular folder structure for easy maintenance

That’s it! You're now ready to build amazing admin panels using NexLink 🎉