Join us at Jamstack Conf Virtual, October 6-7. Register now!
Bowman is a simple static site generator powered by Node.js, Webpack, and Browsersync. Bowman comes with pre-configured scripts to bundle assets, generate markup, and hot-reload pages. Pages are generated using the J.E.N. technology core (JSON - data, EJS - templating, Node.js - markup generation).
Install globally:
npm i -g @waldronmatt/bowman
Create project:
create-bowman-starter -y
Install dependencies:
npm install
Run dev environment:
npm run dev
Build and serve for production:
npm run build
StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.