jgrenon / angular-desktop-app

This is a simple application skeleton to create desktop application using AngularJS. This application is using node-webkit as our desktop host, bower to install client-side libraries as well as normal npm modules as supported by node-webkit.
MIT License
237 stars 57 forks source link

Update and fix dependencies #5

Closed talss89 closed 10 years ago

talss89 commented 10 years ago

Fixes #3 - bower package angular-fire does not exist.

Updates bower dependencies

This allows the project to be run in Node-Webkit without any messing about.

npm install
bower install

Completes with no errors.

talss89 commented 10 years ago

Working with node-webkit 0.8.4.