Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oktadev/okta-dotnetcore-react-example
https://github.com/oktadev/okta-dotnetcore-react-example
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oktadev/okta-dotnetcore-react-example
- Owner: oktadev
- License: apache-2.0
- Created: 2017-10-25T16:00:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T09:46:45.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T11:11:57.622Z (4 months ago)
- Language: C#
- Size: 1.63 MB
- Stars: 14
- Watchers: 4
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - okta-dotnetcore-react-example - (C# #)
README
# 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](https://developer.okta.com/blog/2018/07/02/build-a-secure-crud-app-with-aspnetcore-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:
```bash
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](assets/basenotesapp.png)
## Help
Please post any questions as comments on the repo's [blog post](https://developer.okta.com/blog/2018/07/02/build-a-secure-crud-app-with-aspnetcore-and-react), or visit our [Okta Developer Forums](https://devforum.okta.com).
## LICENSE
Apache 2.0, see [LICENSE](LICENSE)