0.1.0 • Published 8 years ago

jadepress-reat-spa v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

jadepress-react-spa

Build Status

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