--- title: 'Bulma start' fulltitle: 'Bulma start: a tiny npm package to get started with Bulma' layout: default route: bulma-start version: 0.0.4 download_url: https://github.com/jgthms/bulma-start/releases/download/0.0.4/bulma-start-0.0.4.zip github_url: https://github.com/jgthms/bulma-start npm_url: https://www.npmjs.com/package/bulma-start breadcrumb: - home - more - bulma-start --- {% include global/navbar.html id="MadeWithBulma" %} {% include components/hero.html color="success" icon="fas fa-rocket" title="The `bulma-start` package" subtitle="A tiny npm package to get started with Bulma" %}

bulma-start is a tiny npm package that includes the npm dependencies you need to build your own website with Bulma.

{% include elements/anchor.html name="Install" %}

Download bulma-start {{ page.version }} (.zip), rename to your project's name (i.e. my-new-bulma-site) and:

{% highlight bash %} cd my-new-bulma-site && npm install && npm start {% endhighlight %} For more, visit bulma-start README on Github. {% include elements/anchor.html name="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