The results are in for the Jamstack Community Survey 2021. Learn more

GoPablo

Home page
https://www.gopablo.co
Repository
luangjokaj/gopablo
Language:
JavaScript
License:
MIT
Templates:
gulp-file-include

Introduction

GoPablo is a static site generator with a modern development workflow, integrated web server, auto-reload, CSS preprocessors, and ES6 ready.

Features

πŸ‘‡ Includes
πŸ“¦ Live Server
πŸ”₯ Hot Reload & CSS Injection
βš™ Babel 7
πŸ€– Express Server
πŸŽ’ Code Minification
🌈 Image Compression
πŸ•Έ Templating & Partial HTML Injection
🎨 PostCSS & Next Generation CSS
βœ‚οΈ Cache-Busting
πŸ›Ž Distribution Files

TL;DR

Install GoPablo

sudo npm i gopablo -g

Initialize project

Run GoPablo to generate the file structure:

gopablo

Run the app in development mode

Build and open your browser to http://localhost:3000.

npm run dev

Build distribution files for the app in production

npm run prod

Ready to deploy πŸš€

Find more static site generators.