https://github.com/fliplet/fliplet-widget-container
A Fliplet component that creates a HTML section.
https://github.com/fliplet/fliplet-widget-container
Last synced: 6 months ago
JSON representation
A Fliplet component that creates a HTML section.
- Host: GitHub
- URL: https://github.com/fliplet/fliplet-widget-container
- Owner: Fliplet
- Created: 2019-09-26T16:25:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T11:25:08.000Z (about 3 years ago)
- Last Synced: 2025-05-17T18:36:43.455Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fliplet Container
A Fliplet component that creates a HTML container.
To develop widgets, please follow our [widget development guide](http://developers.fliplet.com).
---
Install dependencies:
```
$ npm install fliplet-cli -g
```
---
Clone and run for development:
```
$ git clone https://github.com/Fliplet/fliplet-widget-container.git
$ cd fliplet-widget-container
$ fliplet run
```