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