Exploring our example application

First, we will need to download the source code from the GitHub repository at https://github.com/EriksonMurrugarra/AureliaAuth0. Let's open a Terminal window in the folder of your preference and run the following command:

$ cd /some/path$ git clone https://github.com/EriksonMurrugarra/AureliaAuth0

Once the source code is downloaded, we will need to install the dependencies and run the application. Let's get into the source code folder and execute the following commands:

$ cd AureliaAuth0$ npm install...$ au run --watchWriting app-bundle.js...Writing vendor-bundle.js...Finished 'writeBundles'Application Available At: http://localhost:9000BrowserSync Available At: http://localhost:3001

Let's open a new browser ...

Get Hands-On Full Stack Web Development with Aurelia now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.