brightsign/node.js-starter-project

bundle.js seems to be missing from the repo

Opened this issue · 1 comments

In node-server.html

<head>
  <script src='./bundle.js'></script>
</head>

script src is ./bundle.js but that file doesn't seem to be in this repo. Am I missing something?

You have to build it using the provided webpack configuration.