Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 541 Bytes

Amp Generator

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.

Usage

To install, clone and run:

npm install

To run in development:

npm start

To build for production into public folder:

npm run build