An open API service indexing awesome lists of open source software.

https://github.com/kmuncie/bulma-start-muncie

A simple static website scaffold that uses Bulma and NPM scripts to have some build processes
https://github.com/kmuncie/bulma-start-muncie

Last synced: 2 months ago
JSON representation

A simple static website scaffold that uses Bulma and NPM scripts to have some build processes

Awesome Lists containing this project

README

        

# Kevin Muncie's personal start package for [Bulma](http://bulma.io)

## Insipration for this project

This project is inspired by the [bulma-start](https://github.com/jgthms/bulma-start) package built by Jeremy Thomas. I took that simple
start and reconfigured it to fit my personal approaches and methodologies.

Check the `package.json` file to see the dependencies and build processes utilized.

## Development

- Run `npm install`
- Run `npm run develop` during development to watch files
- Run `npm run build` to generate a clean build in the dist folder ready to upload to the hosting of your choice

## Demo

[![Netlify Status](https://api.netlify.com/api/v1/badges/9549ce47-a610-4d7e-9c08-c8057e7a7e65/deploy-status)](https://app.netlify.com/sites/bulma-start-muncie/deploys)

See an example of this project at [https://bulma-start-muncie.netlify.com](https://bulma-start-muncie.netlify.com).