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

https://github.com/ujjwalguptaofficial/mahal-bulma

Mahal components for bulma css framework
https://github.com/ujjwalguptaofficial/mahal-bulma

bulma css javascript mahal

Last synced: 8 months ago
JSON representation

Mahal components for bulma css framework

Awesome Lists containing this project

README

          

# mahal-bulma

Mahal components for [bulma css framework](https://github.com/jgthms/bulma)

# How to start

1. Install node modules by runing command - `npm ci`
2. Run dev server by runing command - `npm run dev`

# Commands

* `npm run dev` - start development server
* `npm run build` - create build for development
* `npm run deploy` - create build for production
* `npm run test:unit` - run unit test cases
* `npm run test:e2e` - run end to end test cases

# Folders

* assets - contains all the static files for the application.
* config - contains configuration files and folders for the application. The **env** folder inside it contains environment configuration.
* src - contains source or code files for the appliction.