https://github.com/payter/cypher-bulma-javascript
NPM package with javascript functionality to Cypher Bulma extended theme
https://github.com/payter/cypher-bulma-javascript
Last synced: 9 months ago
JSON representation
NPM package with javascript functionality to Cypher Bulma extended theme
- Host: GitHub
- URL: https://github.com/payter/cypher-bulma-javascript
- Owner: PayteR
- License: mit
- Created: 2019-03-30T07:12:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T16:39:10.000Z (over 6 years ago)
- Last Synced: 2025-02-03T23:46:29.553Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 96.7 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-wordpress
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:19053/ automatically in your default browser.