No description
Find a file
2016-05-27 11:37:20 -04:00
script Register for our URL protocol. 2016-05-26 17:00:55 -04:00
src Move auth since it's no longer strictly main-process. 2016-05-27 11:37:20 -04:00
static
test
.babelrc
.gitignore
.npmrc Use an npmrc to ensure we build for electron and not plain ol' mode. 2016-05-26 15:43:46 -04:00
.travis.yml Be consistent in our naming. 2016-05-25 11:12:13 -04:00
appveyor.yml Be consistent in our naming. 2016-05-25 11:12:13 -04:00
dev_server.js
package.json Merge branch 'master' into oauth 2016-05-27 10:58:26 -04:00
README.md
tsconfig.json Use the main typings instead of browser 2016-05-26 17:00:27 -04:00
tslint.json
typings.json A type for fetch 2016-05-26 17:00:34 -04:00
webpack.common.js
webpack.development.js Don't overwrite the environment anymore. 2016-05-27 10:15:06 -04:00
webpack.production.js Don't overwrite the environment anymore. 2016-05-27 10:15: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