ffranchina / bulmarioter-seed

A simple boilerplate for the next Bulma + RiotJS app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BulmaRioter-seed

A simple boilerplate using RiotJS and Bulma, libraries chosen for their lightness and tidiness.

In order to keep the dependencies low, Makefile was choosen to compile everything.

Useful to avoid writing the same boring part every time you start a new project.

RiotJS Bulma
Version v.3.13.2 v.0.7.4

Dependencies

The system requirements to have this boilerplate running are:

  • NodeJS + npm
  • sassc (SASS compiler using libsass)

The advice is to use the lastest versions of each.

Getting started

Just clone this repo with

git clone https://github.com/ffranchina/bulmarioter-seed.git

and then type

make all
make run

Finally you can access the demo at localhost.

Why Makefile?

Well... I'm not a fan of the large stack often used in the frontend world. I prefer less dipendencies, less config files, less new pointless abstraction layers.

About

A simple boilerplate for the next Bulma + RiotJS app


Languages

Language:Makefile 76.5%Language:HTML 20.0%Language:JavaScript 1.9%Language:CSS 1.6%