This is the code samples for the Creating an image files picker article.
-
Git clone the repository locally, or download the code as a zip file.
-
If the
aurelia-cli
is not installed locally, install it by opening a console and running the following command:npm install -g aurelia-cli
-
Restore the project's dependencies, by opening a console in the project's directory and by running the following command:
npm install
-
Run the application, by opening a console in the project's directory and by running the following command:
au run --watch