Skip to Main Content
Hands-On Full Stack Web Development with Aurelia
book

Hands-On Full Stack Web Development with Aurelia

by Diego Argüelles Rojas, Erikson Murrugarra Murrugarra Sifuentes
June 2018
Intermediate to advanced content levelIntermediate to advanced
348 pages
8h 19m
English
Packt Publishing
Content preview from Hands-On Full Stack Web Development with Aurelia

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 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Front-End Tooling with Gulp, Bower, and Yeoman

Front-End Tooling with Gulp, Bower, and Yeoman

Stefan Baumgartner
Ember.js in Action

Ember.js in Action

Joachim Haagen Skeie

Publisher Resources

ISBN: 9781788833202Supplemental Content