/gasninjas_admin

Admin Portal of GasNinjas

Primary LanguageJavaScriptOtherNOASSERTION

GasNinjas Angular Admin Panel

Build & Deploy

  1. Localhost
  • Run the following to build
    gulp build
  • Run the following to serve on your localhost. It will run on http://localhost:3000/
    gulp serve
  1. Staging(DEV) Servev
  • Run the following to build
    gulp staging
  1. Production Server
  • Run the following to build
    gulp production