June 2018
Intermediate to advanced
348 pages
8h 19m
English
Before we deploy our application to production, we should prepare and configure it. Let's create an example Aurelia application and deploy it. Open a new Terminal window and run the following command to start a new deployme project:
$ au new deployme ... ... Happy Coding!$ ls deployme/aurelia_project/environments dev.js stage.js prod.js
Let's navigate to the aurelia_project/environments folder. In this folder, you will find the following files that map to a specific development environment:
Read now
Unlock full access