Skip to content

Bootstrap a crossplatform Desktop Application using nodewebkit, angular and foundation.

Notifications You must be signed in to change notification settings

enda/nodewebkit-angular-foundation-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodewebkit-seed

Dependency Status

Inspired from node-webkit-hipster-seed, bootstrap a crossplatform Desktop Application using nodewebkit, angular and foundation.

#Workflow

  • npm install brunch -g
  • npm install bower -g
  • brunch new https://github.com/enda/nodewebkit-seed MyApp to get you started.
  • npm run compiler assembles your application into /_public.
  • npm run watcher assembles your application into /_public and watches file changes.
  • npm run app starts your application locally.
  • npm run deploy builds your app for windows, osx and linux. the binaries are placed in /build after building.
  • bower install <frontend-module> for any frontend-related stuff. jQuery, Angular-plugins, and so on.
  • npm install my-module inside of app/assets to install node.js modules.

More details coming soon

About

Bootstrap a crossplatform Desktop Application using nodewebkit, angular and foundation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published