Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hadihammurabi/bulmacss-layout

Layout part of BulmaCSS
https://github.com/hadihammurabi/bulmacss-layout

bulma bulmacss css frontend

Last synced: 5 days ago
JSON representation

Layout part of BulmaCSS

Awesome Lists containing this project

README

        

# BulmaCSS Layout
This repositories is minimal part of core [BulmaCSS](https://github.com/jgthms/bulma) that contains layout features only.

## Big picture?
You can see in `package.json` file, there is some npm scripts. You can execute each using `npm run `.

## How to build?
Just open your terminal and run `npm run build`. But, before you can build this, you have to read [Preparation](#preparation) part.

## Preparation
As long as you know, this project using npm as main tool, so you should install npm first and before you can build this, you have to install some dev dependencies. It's simple. Just open your terminal and run `npm i`.