No description
Find a file
2016-05-26 22:46:53 +02:00
script Fix the comment. 2016-05-24 11:08:05 -04:00
src Merge pull request #29 from desktop/menu 2016-05-26 22:46:53 +02: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 Cache on Travis 2016-05-11 15:26:57 -04:00
appveyor.yml Script is important 2016-05-11 15:27:49 -04:00
dev_server.js First 2016-05-11 12:16:32 -04:00
package.json Merge branch 'master' into rename-browser 2016-05-24 14:26:38 -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.config.js Don't need this anymore 2016-05-16 17:26:28 -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