All Projects → aurelia → App Ux Showcase

aurelia / App Ux Showcase

An application that showcases the various features of Aurelia UX.

Labels

app-ux-showcase

ZenHub Join the chat at https://gitter.im/aurelia/discuss

An application that showcases the various features of Aurelia UX.

Machine Setup

This app is built on the Aurelia CLI, which has a couple of prerequisites you must install first. If you have previously setup your machine for the Aurelia CLI, you can skip this step.

  • Install NodeJS >= 4.x
  • Install NPM 3.x
    • Even though you may have the latest NodeJS, that doesn't mean you have the latest version of NPM. You can check your version with npm -v. If you need to update, run npm install npm -g.
  • Install a Git Client

Once you have the prerequisites installed, you can install the Aurelia CLI itself. From the command line, use npm to install the CLI globally:

npm install aurelia-cli -g

Note: Always run commands from a Bash prompt. Depending on your environment, you may need to use sudo when executing npm global installs.

Application Setup

Once you've setup your machine (or if it's been previously setup), you simply need to install the dependencies. From within the app folder, execute the following command:

npm install

Running The App

To run the app, execute the following command from within the app folder:

au run --env dev

See the CLI documentation for other available commands or type au help on the command line.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].