A starter project for static HTML websites.
- Bulma: A modern CSS framework that just works.
- Fontawesome-free: Icons ready to use.
- Cash-Dom: Small jQuery alternative.
- Parcel: The zero configuration build tool for the web.
- posthtml-include: HTML compilation with partial includes.
npm install
Build for DEV and watch for changes.
npm run dev
Minified build for PROD.
npm run build
Set the root of your webserver to the "public" directory or just open the HTML files locally in your browser.
This project is released under the MIT licence.