Egret Admin Dashboard

Egret Documentation

Quick Start

Egret - Angular Admin Dashboard Template

Egret is a fully professional, minimal design admin dashboard template built with Angular. It includes a comprehensive set of pages, components, and ready-to-use applications, providing everything you need to kickstart your web application development.

Key Features
  • Comprehensive Library of Pages and Components: Egret provides a vast library of pre-designed pages and components to help you build your application quickly and efficiently.
  • Pre-Built Applications: We've included a range of applications to help you get started with your project quickly.
  • Streamlined Development: With Egret's carefully crafted components and pages, you can focus on building your application without worrying about building from scratch.
Quick Start

Watch our quick start video to learn how to get started with Egret.

Requirements

Make sure that you have the last stable Node.js and npm version.

  • Do not delete the package-lock.json / yarn.lock file
Install

Navigate to the project root folder using the terminal and install the dependencies

npm install

or

yarn install
Start

After the installation is complete, you can launch your app by running:

npm start

or

yarn start
Build
npm run build

or

yarn build