/bulma-webpack-starter

This is a foundation for starting a project with Bulma, Webpack and SASS

Primary LanguageCSS

Bulma starter with webpack and Sass

How do I use?

First you clone this repository then you need to install the dependencies

git clone https://github.com/lucascaires/bulma-webpack-starter.git
npm install

Build your files

For development enviroment

npm run dev

For production enviroment

npm run build

Watch if some file was changed then compile it

npm run watch

Finally, start to code!