jade-press react single page theme with server render.
//in jade-press config.js
//...
exports.setting = {
//...other setting
theme: 'jadepress-react-spa'
//...other setting
}
//...
//then
npm i jadepress-react-spa
# 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