MSGraphDashBoard

Currently hosted at: https://ms-dashboard-ccecc603061b.herokuapp.com/

To start

  1. npm install to download dependencies, this will auto install server and client packages
  2. You'll need .env file with secrets, use env-example as sample, rename to .env, and use Heroku config var and copy values for local development
  3. npm run start would start local dev mode,
  4. npm run prod would start prod mode, with build version of client
  5. to build client use npm build