8000 GitHub - toninieto/aurelia-boilerplate
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

toninieto/aurelia-boilerplate

Repository files navigation

Aurelia boilerplate

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.

Installation

  1. Be sure that you have installed the aurelia-cli package. If it's not installed, install it globally:

npm install aurelia-cli -g

  1. 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

  1. 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

Release History

  • 0.1
    • Work in progress

Meta

Toni Nieto – info@toninieto.com

Distributed under the XYZ license. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0