This repository is a boilerplate for to build front-end applications with Aurelia. It's based in the contact manager tutorial (http://aurelia.io/hub.html#/doc/article/aurelia/framework/latest/contact-manager-tutorial/1) and reduced to the minimal options. It simulates a back-end with JSON data.
- Be sure that you have installed the aurelia-cli package. If it's not installed, install it globally:
npm install aurelia-cli -g
- Run this command for to install all the project's dependencies:
npm install
Note: If you get the error: Error: EPERM: operation not permitted [...] removes the npm cache:
npm clean cache, and re-run the install
- Launch the project with this command:
au run --watch
With the watch option, every change that's done in the project will be automatically refreshed
- 0.1
- Work in progress
Toni Nieto – info@toninieto.com
Distributed under the XYZ license. See LICENSE
for more information.