Download bulma-start 0.0.3 (.zip), rename to your project's name (i.e. my-new-bulma-site) and:
Bulma start
A tiny npm package to get started
bulma-start is a tiny npm package that includes the npm dependencies you need to build your own website with Bulma.
Install #
cd my-new-bulma-site
npm install
npm startWhat’s included #
The npm dependencies included in package.json are:
bulmanode-sassto compile your own Sass filepostcss-cliandautoprefixerto add support for older browsersbabel-cli,babel-preset-envandbabel-preset-es2015-iefor compiling ES6 JavaScript files
Apart from package.json, the following files are included:
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub