Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 973 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 973 Bytes

Build a React App with ANT Design Principles

This is the companion code for this blog post.

Get Started

You can get this code by cloning this repository:

git clone https://github.com/oktadeveloper/okta-ant-design-react-example.git

Make sure you have the dependencies by running:

npm install

Add your Okta credentials to a .env file:

REACT_APP_OKTA_CLIENTID={yourClientId}
REACT_APP_OKTA_URL_BASE={yourOktaDomain}
REACT_APP_OKTA_APP_BASE_URL=http://localhost:3000

Start the application with:

npm start

Get Help

If you have comments or questions about this code, please post them to the blog post comments. If you have questions about developing with Okta, post them to the Okta Developer Forum

License

Apache 2.0 See LICENSE