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

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.

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
```