copy and paste this client app into the new client app
npm install meyernewappThis is the file structure for a new meyer front end.
Copy and replace the Client App in Visual Studios.
1.) Create a new adal folder
2.) Create a new adalConfig.js file with appropriate information (check other Meyer Apps for context)
3.) In command line navigate to your_web_project_here/ClientApp run "npm install"
4.) Run the app "npm start"