Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 726 Bytes

File metadata and controls

19 lines (14 loc) · 726 Bytes

Creating an image files picker

This is the code samples for the Creating an image files picker article.

Running the samples

  1. Git clone the repository locally, or download the code as a zip file.

  2. If the aurelia-cli is not installed locally, install it by opening a console and running the following command:

    npm install -g aurelia-cli

  3. Restore the project's dependencies, by opening a console in the project's directory and by running the following command:

    npm install

  4. Run the application, by opening a console in the project's directory and by running the following command:

    au run --watch