/okta-dotnetcore-react-example

Primary LanguageC#Apache License 2.0Apache-2.0

Build a .NET Core App with React and Authentication

This example is the starting point for th post: Build A Secure CRUD App with ASP.NET Core and React.

Prerequisites: Make sure you have the .NET Framework 2.0, Node 8 or better, and NPM installed.

Getting Started

You can start with a basic application that has .NET serving up a React app, and the API for that React app by cloning the following repository:

git clone https://github.com/oktadeveloper/okta-dotnetcore-react-example.git 
cd okta-dotnetcore-react-example
npm install
dotnet build
dotnet run

You should see something similar to this:

Base Notes App Running

Help

Please post any questions as comments on the repo's blog post, or visit our Okta Developer Forums.

LICENSE

Apache 2.0, see LICENSE