📋
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. Node JS Dashboard

How to Run

PreviousProject StructureNextPush Notification

Last updated 5 years ago

Was this helpful?

Run in Web Browser

  • Open the Terminal and navigate to the project folder dashboard and install NodeJS dependencies.Please make sure you have node, npm and angular-cli installed before running the below command:

$ npm install
  • Once your node_modules lib is installed successfully you can run app in own browser with the 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 don't find any solution please feel free to report us, we will look into it.