Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 444 Bytes

AngularBirds

Developing anular applications for the future. Quiz system for birdid.no

How to install and start web angular 2 quiz

Install git, npm, node and gulp (and maybe even more)

npm install

npm start

How to install and start electron native application of angular 2 quiz

npm install

npm run build

Kill the prosess when grunt completes and then do

npm run electron

Temporary solution untill fixed (ts compiling)