microsoftgraph / msgraph-sample-reactspa

This sample demonstrates how to use the Microsoft Graph JavaScript SDK to access data in Office 365 from React browser apps.
MIT License
129 stars 105 forks source link

After renaming ./graph-tutorial/src/Config.example.ts file to ./graph-tutorial/src/Config.ts , I can not find Config.ts anymore #340

Open mitrasomit opened 1 month ago

mitrasomit commented 1 month ago

After renaming ./graph-tutorial/src/Config.example.ts file to ./graph-tutorial/src/Config.ts , I can not find Config.ts anymore

I followed the below instriction, https://github.com/microsoftgraph/msgraph-sample-reactspa#configure-the-sample

======== Please let me know if I am doing something wrong.

jasonjoh commented 4 weeks ago

I'm not really sure what to recommend here - you can try creating a file named Config.ts and copying the contents of Config.example.ts into it.