Coder Social home page Coder Social logo

node-webkit-app's Introduction

node-webkit-app

It's a demo app for node-webkit built with grunt.js.

Build & run

This demo app use the following:

Run npm install to retrieve npm dependencies.

Build with grunt.

Grunt executes the following tasks:

  • copy elements from app/assets to dist
  • stylus to compile the css from app/css/ to dist/my-app.css
  • cssmin to minify the css from dist/my-app.css to dist/my-app.min.css
  • jade to compile the templates from app/index.jade to dist/index.html
  • jshint to validate javascript code
  • concat to join javascript files from app/js to dist/my-app.js
  • uglisfy to minify the javascript from dist/my-app.js to dist/my-app.min.js
  • node-webkit-builder to create our application package.

node-webkit-builder will download a node-webkit package for the defined target platforms (see Gruntfile.js for details).

The final app will be built as an executable in the folder dist-pkg/releases/my-app/<platform-name>/my-app/ .

Demos

The demo app shows some stuff:

  • A "pages" demo, to show that navigation between pages works
  • A "node" demo, using node modules to list the content of the current directory.
  • More to come !

License

This is licensed under the MIT license.

node-webkit-app's People

Contributors

siegfriedehret avatar

Watchers

James Cloos avatar Thiago Filadelfo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.