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. Website

Web app installation

It gives detailed information regarding various commands used to run the project and how to install a web app.

PreviousLocationNextWeb app setup

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