📋
flutter-clothing-app
GithubYoutube
  • Flutter Clothing App
  • Technologies Used
  • App Structure
  • System Requirement
  • Installation Guide
  • Node JS Dashboard
    • Clothing backend node js API
    • Introduction
    • Technologies
    • Project Requirement
    • Project Structure
    • How to Run
    • Push Notification
    • API Config
    • Release Build
  • Deployment
    • Heroku Node JS API
  • Clothing Web APP
    • Clothing web app
    • Technologies
    • Project Structure
    • Installation Guide
  • Thank you
    • Thank you
Powered by GitBook
On this page

Was this helpful?

  1. Clothing Web APP

Installation Guide

PreviousProject StructureNextThank you

Last updated 5 years ago

Was this helpful?

How To Run?

Run in Web Browser

  • Open the Terminal and navigate to the project folder clothing web app in Visual Studio Code and install NodeJS dependencies. Please make sure that you have node, npm and angular-cli installed before run below command:

$ npm install
  • Once your node_modules lib is installed successfully you can run app in own browser with the below command:

$ ng serve
  • To build app for production:

$ ng build --prod

Above command will create dist directory that you can deploy on any Hosting.

If there is any issue please google it or if you fail to find any solution please feel free to report us, we will look into it.