jadepress-reat-spa
v0.1.0
Published
jade press react spa theme
Downloads
3
Readme
jadepress-react-spa
jade-press react single page theme
use
//in jadepress config.js
//...
exports.setting = {
//...other setting
theme: 'jadepress-react-spa'
//...other setting
}
//...
//then gulp install
//or 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 mocha -g
npm install bower -g
npm install
bower install
npm run test