Skip to content

mamaso/ParseDashboardExtension

 
 

Repository files navigation

Parse Dashboard Extension

An Azure Web Site Extension to run the parse dashboard on the scm endpoint of your side, side by side with your parse server web app.

Install from portal -> web app -> tools -> site extensions -> ParseDashboardExtension

Access the dashboard through https://yourwebappname.scm.azurewebsites.net/parse-dashboard

You will need to add the following app settings to your web app, a parse-dashboard-config.json is automatically generated from them.

To build the site extension, run buildSiteExtension.ps1, which executes the following steps:

  1. builds and bundles the parse dashboard
  2. copy bundle/code/package.json to ParseDashboardExtension/Content
  3. installs production node modules inside the content directory
  4. cleans unnecessary files/folders from production node modules
  5. creates the nuget package

About

A dashboard for managing your Parse apps that aren't hosted on Parse.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.4%
  • CSS 11.4%
  • Other 0.2%