Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/payter/cypher-bulma-layout
Bulma layout scss package to create a "holy grail" layout with Bulma
https://github.com/payter/cypher-bulma-layout
Last synced: about 1 month ago
JSON representation
Bulma layout scss package to create a "holy grail" layout with Bulma
- Host: GitHub
- URL: https://github.com/payter/cypher-bulma-layout
- Owner: PayteR
- License: mit
- Created: 2019-03-26T22:57:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T23:03:34.000Z (over 5 years ago)
- Last Synced: 2024-10-08T17:13:56.154Z (about 1 month ago)
- Language: HTML
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cypher-bulma-layout
Bulma layout scss package to create a "holy grail" layout with Bulma## Getting started
todo## Run example
Install All dependencies
```
npm i
```Run minification of assets and browsersync
```
npm run watch
```Run server, if you want to see example in public folder
```
npm run serve
```
And you should have opened url http://localhost:19003/ automatically in your default browser.