- Clone the project
- Run
npm install
- Create a file
auth_config.json
in the root of your project and paste the code below
{
"domain": "YOUR_DOMAIN",
"clientId": "YOUR_CLIENT_ID"
}
- Replace the placeholders with your respective Auth0 credentials (Please ensure that the auth0 client application is of type ‘Single Page Applications’)
- Run
npm run serve
to launch the application