Course lesson
Create New Auth0 Application and Download Quickstart
Create a new application with the Auth0 CLI with the auth0 apps create command.
- Duration
- 5 min
- Access
- Included
- Transcript
- Retained from source evidence
Create a new application with the Auth0 CLI with the auth0 apps create command.
Name the application, create a description, and select the application type.
If you don't have an application set up with Auth0 you can run auth0 quickstarts download to download a sample application that's already configured with Auth0.
Once the quickstart is downloaded open your code editor and open src/auth_config.json file and copy the domain and clientId from the settings inside the Auth0 dashboard, if they aren't population already.
Run npm run start to load the application on localhost:3000 and test out the login flow.