Bundle markdown files, build them into static HTML documentations, starts a mock server according to the blueprint, and runs a live reload server.
node
gulp
To start, make sure you have npm
, node
and gulp
installed.
- To clone this repository, use
git clone git@github.com:evanslify/apiblueprint-boilerplate.git
cd apiblueprint-boilerplate
, and then runnpm install
to install dependencies.- Install
gulp
withnpm i -g gulp
. - Run
gulp
to start this project. It will launch a mock server atlocalhost:7000
, and a live updating server onlocalhost:3000
.