Skip to content

Very simple starter for building static JAMStack sites using Harp and Webpack

Notifications You must be signed in to change notification settings

hugoburguete/harp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a starter package for building static HTML sites. It uses the Harp package to preprocess EJS and CSS files (although these can be changed to any file formats Harp supports) and Webpack for JS bundling.

Commands

To start the site in development mode, run

npm run dev

The above command will watch files as well so it's suitable for development purposes.

To build the static assets, run:

npm run build

This will create a build folder that can be used to host the site.

Support

I want this repo to be as simple as possible but if you have any suggestions / issues, please submit an issue and I'll gladly look into it.

About

Very simple starter for building static JAMStack sites using Harp and Webpack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published