Todo app written in pure JavaScript ES6 transpiled with Babel and bundled with Webpack.
Install node modules, from inside root directory of project:
npm install
Run Webpack to bundle JavaScript:
npm run build
Finally, open index.html in a browser.