Skip to content

hadihammurabi/bulmacss-layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BulmaCSS Layout

This repositories is minimal part of core BulmaCSS 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 <script-name>.

How to build?

Just open your terminal and run npm run build. But, before you can build this, you have to read 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.