Project to demo JavaScript & ES6 through basic node web app & unit tests.
The goal of this repository is to promote training by example. Real web applications and building features changes building JavaScript applications at scale but the fundamental language, best practices and design patterns will be the same.
npm installTo run all ES6 Demos using Jest Test Framework
npm testTo run specific tests by using
npm test basicsThere is a also a demo using node web server
node server.jsThe wwwroot web example using express server loads module using browser support for modules.
<script src="/js/app.js" type="module"></script>