Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 658 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 658 Bytes

jadepress-react-spa

Build Status

jade-press react single page theme with server render.

use

//in jade-press config.js
//...
exports.setting = {

    //...other setting
    theme: 'jadepress-react-spa'
    //...other setting

}
//...
//then
npm i jadepress-react-spa

test

# makesure you can run jade-press
# visit http://jade-press.org for more

git clone https://github.com/jade-press/jadepress-react-spa.git
cd jadepress-react-spa
npm install
npm run test