Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 365 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 365 Bytes

Express-pjax Demo

This is a NodeJS pjax demo using jquery-pjax on the client side and a modified version of express-pjax (to work with express 3 without partials in jade templates) on the server.

Install required packages

npm install

Start demo

npm start