A static-site generator for Accelerated Mobile Pages powered by Webpack. It use es6 template strings for templates and PurifyCSS to only include used CSS into the page head.
To install, clone and run:
npm install
To run in development:
npm start
To build for production into public
folder:
npm run build