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
- Host: GitHub
- URL: https://github.com/kmuncie/bulma-start-muncie
- Owner: kmuncie
- License: other
- Created: 2018-12-26T21:58:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T19:19:40.000Z (over 2 years ago)
- Last Synced: 2023-04-01T05:49:21.948Z (about 2 years ago)
- Language: HTML
- Homepage: https://bulma-start-muncie.netlify.com/
- Size: 1.18 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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).