mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
No description
script | ||
src | ||
static | ||
test | ||
.babelrc | ||
.gitignore | ||
.npmrc | ||
.travis.yml | ||
appveyor.yml | ||
dev_server.js | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
typings.json | ||
webpack.common.js | ||
webpack.development.js | ||
webpack.production.js |
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