LogoLogo
HOMEPRODUCTDEMOINSTALLTION SERVICE
  • Readymade Grocery Shop
  • Introduction
    • Overview
    • Prerequisites
    • Technologies
    • Source code
    • Changelog
    • FAQ
    • Support
  • API - Backend
    • NestJS Installation
    • API Setup
    • Run API
    • MongoDB setup
  • DASHBOARD
    • Angular Installation
    • Run Dashboard
    • Dashboard Setup
  • Customer App
    • Flutter Installation
    • App Setup
    • Customer App Structure
    • Run Customer App
    • Release build
  • Delivery Boy app
    • Installation
    • App Set Up
    • Delivery App Structure
    • Run Delivery Boy App
  • USER-MANUAL
    • Products
    • Categories
    • Deals
    • Orders
    • Coupon
    • Settings
    • Subscription Feature
    • Shipping Methods
  • Website
    • Webapp Installation
    • Webapp Setup
Powered by GitBook
On this page

Was this helpful?

  1. DASHBOARD

Angular Installation

It gives detailed information about the installation of angular cli and how to run dashboard on your machine.

PreviousMongoDB setupNextRun Dashboard

Last updated 4 years ago

Was this helpful?

Prerequisites

  • node-sass

You need to install the package globally on your machine to run dashboard. if you are on Linux or MAC need to add Sudo before each commend.

npm install -g @angular/cli
Nodejs 10 or above
angular-CLI