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

Run dashboard

After installing the Node Modules library, you can run the dashboard by using below command.

Once your node_modules lib is installed successfully you can run the app in your own browser with the command:

$ ng serve
PreviousAngular InstallationNextDashboard setup

Last updated 4 years ago

Was this helpful?