jadepress-react-spa
v0.7.0
Published
jade press react spa theme
Downloads
2
Readme
jadepress-react-spa
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