Skip to content

zaydek-old/bulma-start

 
 

Repository files navigation

Start package for Bulma

Tiny npm package that includes the npm dependencies you need to build your own website with Bulma.

Bulma: a Flexbox CSS framework

Install

npm install bulma-start

or

yarn add bulma-start

What's included

The npm dependencies included in package.json are:

Apart from package.json, the following files are included:

  • .babelrc configuration file for Babel
  • .gitignore common Git ignored files
  • index.html this HTML5 file
  • _sass/main.scss a basic SCSS file that imports Bulma and explains how to customize your styles, and compiles to css/main.css
  • _javascript/main.js an ES6 JavaScript that compiles to lib/main.js

Copyright and license

Code copyright 2017 Jeremy Thomas. Code released under the MIT license.

About

Start package for Bulma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 98.5%
  • HTML 1.5%