Skip to content

WendellAdriel/aurelia-first-app

Repository files navigation

Aurelia First App

Simple application using Aurelia created for CodeShare Blog article

How to use

  • Clone/Fork this repo;

  • Install the Aurelia CLI:

npm i -g aurelia-cli
  • Enter the project folder:
cd aurelia-first-app
  • Install the dependencies:
npm i
  • Run the project:
au run
  • If you want to make changes to the project and see the changes without reloading your browser run the project with this command:
au run --watch

About

Simple application using Aurelia created for CodeShare Blog article

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published