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.
- Host: GitHub
- URL: https://github.com/cutemachine/hyperbulma
- Owner: cutemachine
- License: mit
- Archived: true
- Created: 2018-02-10T19:37:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T06:51:09.000Z (about 7 years ago)
- Last Synced: 2024-07-31T20:28:42.205Z (9 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bulma - hyperbulma - A starter project for using Hyperapp with Bulma CSS (Resources / Starters)
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.