instantpage/instant.page
Make your sites pages instant in 1 minute and improve your conversion rate by 1%
repo name | instantpage/instant.page |
repo link | https://github.com/instantpage/instant.page |
homepage | https://instant.page |
language | JavaScript |
size (curr.) | 42 kB |
stars (curr.) | 4121 |
created | 2019-02-07 |
license | MIT License |
instant.page
Make your site’s pages instant in 1 minute and improve your conversion rate by 1%.
:information_source: Info is on the website.
:scroll: The source is in instantpage.js.
:star2: Star this repository to follow its development.
Tests
With Node, run:
node test/app.js
And access http://127.0.0.1:8000/. Or specify another port with an argument after the filename.
Minifying
To minify instantpage.js into instantpage.min.js install uglify-es globally (npm i uglify-es -g
) then run npm run minify
.