thephilgray / gulp-epub-starter

An opinionated static EPUB generator with Less and BrowserSync + Readium Cloud Reader for live reload development.
2 stars 0 forks source link
build-tool developer-tools epub

gulp-epub-starter

A Gulp starter for working on EPUB projects with Babel, Less, and BrowserSync + Readium Cloud Reader for live reloaded previews.

Installation

npm i -g degit
degit https://github.com/thephilgray/gulp-epub-starter.git <project-name>
cd <project-name>
npm install

Starting the dev server

npm run dev

Validating and zipping EPUB

npm run publish