Skip to content

manuel-guilbault/learning-aurelia-image-files-picker

Repository files navigation

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

About

Code sample for the article Announcing "Learning Aurelia" from Packt Publishing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published