Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidsnack/es6-react-nodewebkit-clock
As cool as it sounds
https://github.com/solidsnack/es6-react-nodewebkit-clock
Last synced: about 1 month 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-06T17:31:38.000Z (almost 10 years ago)
- Last Synced: 2023-04-09T12:18:35.508Z (over 1 year ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 2
- Watchers: 3
- 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_