Skip to content

bulma-css-templates/bulma-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-Source project. The initial components generated by bulma.dev.


Bulma Css Components - Gif animated presentation


Getting Started

Project's source files are placed in ./src/ directory.

  • ./src/assets - default static files (eg. image placeholders). You should replace them with your own files.

  • ./src/scss/ - Sass sources used to build Bulma theme. Variables used in Theme Customizer are located in custom-variables.scss file.

  • ./src/*.pug - All your pages (templates) are stored in separated .pug files.


How to use it

# Install dependencies
$ yarn

# Run dev server with live preview (Browsersync)
$ yarn start 

# Or make production build
yarn build

Components



Supported by Bulma-CSS