https://github.com/solidsnack/es6-react-nodewebkit-clock
As cool as it sounds
https://github.com/solidsnack/es6-react-nodewebkit-clock
Last synced: 2 months ago
JSON representation
As cool as it sounds
- Host: GitHub
- URL: https://github.com/solidsnack/es6-react-nodewebkit-clock
- Owner: solidsnack
- License: apache-2.0
- Created: 2014-12-13T01:02:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-06T17:31:38.000Z (over 11 years ago)
- Last Synced: 2025-03-05T17:08:16.255Z (over 1 year ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A skeleton NodeWebKit app using ES6 and React.
## Compile ES6+React to ES5
:; npm install
## Run in NodeWebKit with minimal bundle
:; npm start
## Compile full for browser and open in browser
:; npm run browser
:; /path/to/browser index.html
# Done
* Browserify
* ES6
* React
* Multiple modules
* Minimal bundle
* Load all modules in dev environment
# To do:
* Source maps + minifcation _Pretty hard, actually_