LogoLogo
  • Grocery Saas App
  • 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
    • Customer App setup
    • Customer App structure
    • Run Customer App
    • Release build
  • Delivery boy app
    • Installation
    • Delivery Boy App setup
    • Delivery Boy App structure
    • Run Delivery App
  • USER MANUAL
    • Deals
    • Orders
    • Coupon
    • Settings
    • Category
    • Products
    • Brands
    • Location
  • Website
    • Web app installation
    • Web app setup
Powered by GitBook
On this page

Was this helpful?

  1. Dashboard

Angular Installation

It gives detailed information regarding various commands used to install the Angular.

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 the 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