Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

cutemachine/hyperbulma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published