Skip to content
Snippets Groups Projects
Select Git revision
  • clhp_map
  • main default
  • Sentinenl_hub_integration
  • connect_data_to_map
  • NveWeatherbasedIntegration
  • lidar_test
  • app2
  • app-sql
  • server
  • app
10 results

prog2900

  • Clone with SSH
  • Clone with HTTPS
  • MySQL Query Profiler

    Requirements

    • Node 10 or later
    • Npm
    • Yarn

    Install

    First, clone the repo via git and install dependencies:

    git clone [project link]
    cd mysql-query-profiler
    yarn

    Test database: test_db

    Starting Development

    Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

    yarn dev

    Packaging for Production

    To package apps for the local platform:

    yarn package

    See the scripts in package.json for more packaging options.