Skip to content

oktadev/okta-ant-design-react-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.9%
  • HTML 6.5%
  • CSS 3.6%