karma-electron
Version:
Karma launcher and preprocessor for Electron
13 lines (12 loc) • 378 B
HTML
<html>
<head>
<title>Reference electrion application</title>
<!-- Based off of https://gist.github.com/twolfson/c6213aa59f7c3f6477 -->
</head>
<body>
<p>Please view the <code>console</code> to see our information</p>
<script src="js/script-src-main.js"></script>
<script>void require('./js/require-main.js');</script>
</body>
</html>