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
- Host: GitHub
- URL: https://github.com/ujjwalguptaofficial/mahal-bulma
- Owner: ujjwalguptaofficial
- License: mit
- Created: 2022-10-22T14:37:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T10:20:32.000Z (about 2 years ago)
- Last Synced: 2025-02-05T13:37:39.407Z (10 months ago)
- Topics: bulma, css, javascript, mahal
- Language: JavaScript
- Homepage:
- Size: 781 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.