--- title: Get started with Bulma layout: documentation doc-tab: overview doc-subtab: start --- {% include subnav-overview.html %}

Getting started

You only need 1 CSS file to use Bulma


There are several ways to get started with Bulma. You can either:

  1. use npm to install the Bulma package
  2. use the cdnjs CDN to link to the Bulma stylesheet
  3. use the GitHub repository to get the latest development version

1

Use NPM (recommended):

{% highlight bash %}npm install bulma{% endhighlight %}

Font Awesome icons

If you want to use icons with Bulma, don't forget to include Font Awesome:

{% highlight html %}{% endhighlight %}
{% include anchor.html name="Starter template" %}

If you want to get started right away, you can use this HTML starter template. Just copy/paste this code in a file and save it on your computer.

{% highlight html %}{% include getting-started.html %}{% endhighlight %}