Skip to content

Easily kickstart your project using Bulma with BrowserSync, Gulp, and Sass.

Notifications You must be signed in to change notification settings

mobihack/gulp4-bulma-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulma with gulp 4 and sass

Build Status dependencies Status devDependencies Status Dependabot

A starter pack for bulma with development server and gulp pipelines.

Features

  • sass Sass reduces repetition of CSS and therefore saves time.
  • browsersync Browsersync makes your browser testing workflow faster by synchronising URLs, interactions and code changes across multiple devices.
  • gulp Gulp helps to automate & enhance your workflow by automating slow, repetitive workflows and composing them into efficient build pipelines.

Get Started

  1. Download or clone this repository.

  2. Install dependencies using:

    npm install
    

Running

  1. Development Server
    npm run dev
    
  2. Production Build
    npm run build
    

Feature Requests

Just create an issue with enhancement label. I'll do what I can.

Contributing

You're more than welcome to contribute to the project ❤️

To contribute:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Edit files.
  4. Commit your changes (git commit -am 'Add some fooBar')
  5. Push to the branch (git push origin feature/fooBar)
  6. Create a new Pull Request

Thank you!

License

This project is licensed under the MIT License - see the LICENSE file for details

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

About

Easily kickstart your project using Bulma with BrowserSync, Gulp, and Sass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published