Star Wars application build with aurelia framework using data from https://swapi.co API
Start by cloning repo on your local computer
git clone https://github.com/jleontidis/starwarsapp.git
then
npm install
After dependency installation is over run the following command to serve application
au run
The application will then be availiable at http://localhost:9000