GoPablo
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 🚀