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

https://github.com/cutemachine/hyperbulma

A starter project for using Hyperapp with Bulma CSS.
https://github.com/cutemachine/hyperbulma

Last synced: about 1 month ago
JSON representation

A starter project for using Hyperapp with Bulma CSS.

Awesome Lists containing this project

README

        

# HyperBulma

A starter project for using [Hyperapp](https://hyperapp.js.org/) with [Bulma CSS](https://bulma.io).

## Technologies Used

- [Next generation JavaScript](https://babeljs.io')
- [Hyperapp—1 KB JavaScript library for building frontend applications](https://hyperapp.js.org')
- [Hyperapp Router—Declarative routing for Hyperapp using the History API](https://github.com/hyperapp/router')
- [Bulma—free and open source CSS framework based on Flexbox](https://bulma.io')
- [Fontawesome—the web’s most popular icon set](https://fontawesome.com')
- [Parcel—Blazing fast, zero configuration web application bundler](https://parceljs.org')

## 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](http://laughing-turing-911c94.netlify.com).

## How To Contribute

You want to contribute to this project? Great. You can contact me through my [Github profile page](https://github.com/cutemachine), or just send a pull request.