Node and NPM and _Bulma_

Tuesday Nov 06, 2018

Bulma can be installed with

npm install bulma

And the versions of npm and node can be checked like this (in Terminal)

npm -v
6.3.0
node -v
v8.9.4

npm can be updated

npm update

Beginners guide to using npm

And then Bulma can be run like this

cd my-new-bulma-site
npm install
npm start

(From bulma.io and at github.com)

Oh, and another tutorial on where to overwrite SASS variables