hurry07 / bulma-start

Start package for Bulma

Home Page:https://www.npmjs.com/package/bulma-start

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.npmjs.com/package/bulma-start

License:MIT License


Languages

Language:CSS 98.5%Language:HTML 1.5%Language:JavaScript 0.0%