Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
/ hb-rog Public archive

My boilerplate setup for Harp.js sites, using Stylus, Bootstrap and RSCSS

License

Notifications You must be signed in to change notification settings

rogerhutchings/hb-rog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hb-rog

My boilerplate setup for sites built with the Harp static generator. Gives you an extensible Bootstrap setup, RSCSS, BrowserSync and a production workflow. Uses Jade by default, but Harp is pretty flexible about templating.

Getting started

  1. If you have Harp installed globally, you can use this repo as a boilerplate by running:

    harp init --boilerplate rogerhutchings/hb-rog

    If not, clone the repo into a new directory.

  2. Install the dependencies by running npm install.

  3. Kick off the local development server by running npm start.

  4. Compile the site for deployment with npm run build.

  5. Optionally add in deployment code in the gulp deploy.js task, and run with npm run deploy. There's a boilerplate S3 deploy task there already, which can be configured in gulp/config.js.


MIT licence - go nuts.

About

My boilerplate setup for Harp.js sites, using Stylus, Bootstrap and RSCSS

Resources

License

Stars

Watchers

Forks

Packages

No packages published