Skip to content

swennemans/nodewebkit-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodewebkit-reactjs

A node-webkit starter with react.js with todo example and browserify.

React.js components are located in components dir. In the methods dir is an example of using the 'fs' module.

Start

1) npm install
2) gulp
3) Add node-webkit executable to build dir. Get it from: https://github.com/rogerwang/node-webkit

What is working?

  • Reload on change;
  • Browserify;
  • NPM modules (not extensively tested, but 'fs' works).

How to add an node module?

Require in index.html to make the node module available. See: browserify/browserify#481 (comment)

About

A starter with node-webkit, react.js and browserify.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published