Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 971 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 971 Bytes

Github Search

Github Search SPA built with Aurelia framework(10 lines router configuration, 30 lines logic)

No other framework could be simpler

online demo: http://www.likenote.com/githubsearch/

configuration code (10 lines)

screen 2

application logic (30 lines)

screen 3

Prerequisite

# install aurelia-cli
$ npm install aurelia-cli -g
# install dependencies
$ npm install

Development

# start the server
$ au run --watch

go to http://localhost:9000 in your browser

Production

# production
$ au build --env prod

upload 'index.html' and 'scripts' folder to webserver's root.

Screnn Shot

screen 1