- Install global dependency
sudo npm install -g harp
from [http://harpjs.com/](harp official site)- harp is a static web server with built-in preprocessing
- Install project dependencies
npm install
- Start web server
- Run
npm start
using harp
- Run
- Compile and pre-process static asset sources
- Run
npm run build
using harp
- Run
- Update SEO sitemap
- Run
npm run sitemap
- Run