Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
fork from : https://github.com/instantpage/instant.page.git

Alexandre Dieulot 4eb7abafaf v5.1.1 2 years ago
test 77c478f171 Add minify command 5 years ago
.gitignore 77c478f171 Add minify command 5 years ago
LICENSE 729e97d5b3 Update copyright year in license 5 years ago
README.md 77c478f171 Add minify command 5 years ago
instantpage.js 4eb7abafaf v5.1.1 2 years ago
package.json 4eb7abafaf v5.1.1 2 years ago

README.md

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.