Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 442 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 442 Bytes

Windows Authentication with React and .NET Core: Bare Bones

Code in this repository was created for my blog post Windows Authentication with React and .NET Core: Bare Bones.

Getting started

Run the .NET Core application. Install packages for the React app running npm install from the test-app folder, then run the application using npm run start.

Notes