Find a file
joshaber 86630b96aa Revert "Stop testing."
This reverts commit 32b02dff08.
2016-05-25 18:18:05 -04:00
script Revert "Stop testing." 2016-05-25 18:18:05 -04:00
src Merge branch 'master' into rename-browser 2016-05-24 14:26:38 -04:00
static Load the bundle from the dev server 2016-05-23 15:16:29 -04:00
test Back to the flattened structure 2016-05-16 17:22:43 -04:00
.babelrc Back to the flattened structure 2016-05-16 17:22:43 -04:00
.gitignore s/out/dist 2016-05-23 15:01:29 -04:00
.travis.yml Maybe we don't have to do this on OS X? 2016-05-25 17:15:50 -04:00
appveyor.yml Always call publish after a successful build. 2016-05-25 17:09:52 -04:00
dev_server.js Update dev_server 2016-05-24 15:19:34 -04:00
package.json Let us then try publishing? 2016-05-25 16:49:06 -04:00
README.md README 2016-05-11 12:19:51 -04:00
tsconfig.json s/out/dist 2016-05-23 15:01:29 -04:00
tslint.json First 2016-05-11 12:16:32 -04:00
typings.json Update Electron. 2016-05-24 14:09:47 -04:00
webpack.common.js Share the common Webpack configuration 2016-05-24 15:12:06 -04:00
webpack.development.js It ok now 2016-05-24 16:16:57 -04:00
webpack.production.js Share the common Webpack configuration 2016-05-24 15:12:06 -04:00

Desktop TNG

Just playin around with some computering.

npm install

If you want hot loading:

# Start the dev server
npm start

Or if you don't care:

npm run build
npm run dev