Skip to content

laureenpe/webpack-bulma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulma 0.7.1 Webpack 4 Boilerplate

bulma logo webpack logo

Prerequisites

If you don't yet have nodejs installed and you are running mac os, I suggest using nvm (node version manger), which makes managing different node versions a breeze.

Usage

Clone the repo:

git clone

Cd into the project folder

cd webpack-bulma

Install yarn modules

yarn install (if you have not installed yarn then: brew install yarn)

Build production

yarn deploy

Build version is available in dist folder.

Development

Server

For development you can use:

yarn start

This brings up demo website on http://localhost:8080.

For demo purposes I've copied the bulma blog template.

Folder structure

webpack-bulma/
├── src/
│   ├── sass
│   │   └── main.scss
│   ├── templates/index.html
│   └── app.js  # main webpack entry file
├── .gitignore
├── package.json
├── README.md
└── webpack.config.js

About

Boilerplate for bulma 0.7.1 using webpack 4 and yarn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published