Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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_