- npm install webpack --save-dev
- npm install webpack-dev-server --save-dev
- npm install react react-dom react-addons-css-transition-group --save`
- npm install babel-loader babel-core babel-preset-es2015 babel-preset-react --save`
- npm install pubnub --save`
- npm start, On your browser, go to http://localhost:8080/
Changed javascript "prompt" sentence in ./dist/bundle.js because electron doesn't support it.
So if you try to test a log in function, you should try Noteapp(before modification) folder rather than this.
The code in this folder is only for finalizing electron packaging.
reference : electron/electron#472
The original code. This has the log-in function and this should be run with "npm start"
There is an Electron exe file constructed based on the code in Noteapp folder. (Not -before modiciation- folder!)
Asar file based on the code in Noteapp folder. Run this by "electron app.asar"