Inspired from ,
bootstrap a crossplatform Desktop Application using nodewebkit, angular and foundation.
#Workflow
npm install brunch -gnpm install bower -gbrunch new https://github.com/enda/nodewebkit-seed MyAppto get you started.npm run compilerassembles your application into/_public.npm run watcherassembles your application into/_publicand watches file changes.npm run appstarts your application locally.npm run deploybuilds your app for windows, osx and linux. the binaries are placed in/buildafter building.bower install <frontend-module>for any frontend-related stuff. jQuery, Angular-plugins, and so on.npm install my-moduleinside ofapp/assetsto install node.js modules.
More details coming soon
