A Shopping App (SPA) built using Hyperapp the 1 KB framework. For those who want to build Hyperapp Web-App using Webpack/Babel/Eslint.
npmgit
webpackfor running tasks alongwithwebpack-dev-serverwhich helps serve web pages.babelfor using latest ecmascript standards.eslintfor writing beautiful code usingairbnb-baserules.
npm install
npm start
Then access at http://locahost:9000
npm run build
This will create a bundle.js in dist directory