cutemachine / hyperbulma

A starter project for using Hyperapp with Bulma CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HyperBulma

A starter project for using Hyperapp with Bulma CSS.

Technologies Used

Getting Started

It is very simple to build your project on top of this starter. Just clone the starter in a folder with your project's name. Then remove the git history to be able to initialize your own Git repository. Then install the dependencies with yarn. When the installation has finished you can run the new app with yarn start. These are the steps in more detail:

git clone https://github.com/cutemachine/hyperbulma.git YOUR_PROJECT
cd YOUR_PROJECT
rm -rf .git
git init
git add .
git commit -m 'Initial version of YOUR_PROJECT'
yarn
yarn start

Demo

You can see a running version by following this link.

How To Contribute

You want to contribute to this project? Great. You can contact me through my Github profile page, or just send a pull request.

About

A starter project for using Hyperapp with Bulma CSS.

License:MIT License


Languages

Language:JavaScript 98.2%Language:HTML 1.8%