Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 973 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 973 Bytes

Static HTML Bulma Website

A starter project for static HTML websites.

What's included?

Install

npm install

Build

Development

Build for DEV and watch for changes.

npm run dev

Production

Minified build for PROD.

npm run build

Run

Set the root of your webserver to the "public" directory or just open the HTML files locally in your browser.

Disclaimer & License

This project is released under the MIT licence.