basis-stack/basis

View on GitHub
src/server/views/app.ejs

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <%- include('head'); %>
  <body>
    <div id="rootComponentMount"></div>
    <script src="bundle.js"></script>
  </body>
</html>