/nav-app-es5

Primary LanguageJavaScript

aurelia-skeleton-navigation (es5)

This skeleton is not yet a part of the Aurelia platform. But it sets up a standard aurelia navigation-style app just using ES5, Bower and RequireJS.

To keep up to date on Aurelia, please visit and subscribe to the official blog. If you have questions, we invite you to join us on our Gitter Channel.

Running The App

To run the application, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the Bower runs.

  2. From the project folder, execute the following command:

  3. Ensure that Bower is installed. If you need to install it, use the following command:

npm install -g bower
  1. Install the client-side dependencies with bower:
bower install
  1. You need a server to experience the masterpiece! If you don't have any, do install live-server a simple development http server with live reload capability. To do so, use the following command:
npm install -g live-server
  1. Now prepare to be amazed,run the following command like a pro and dazzle your eyes!
live-server

Contributing

We'd love for you to contribute to our source code and to make this project even better than it is today! If this interests you, please go nuts without any further reading 😄