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

https://github.com/tcorral/fbb-widgets

Example of widgets using FBB but based in different JS frameworks
https://github.com/tcorral/fbb-widgets

Last synced: about 2 months ago
JSON representation

Example of widgets using FBB but based in different JS frameworks

Awesome Lists containing this project

README

          

# FBB-Widgets
Example of widgets using FBB but based in different JS frameworks

This repo is using [FBB](https://github.com/tcorral/FBB)

This repo is a POC of what can we do just keeping the logic without any framework dependency.

## How to test it:

1. Checkout this repository.
2. Change directory to **FBB-Widgets**
3. Run ```npm install```

### Test Angular Widget

1. Change directory to **widget-hello-angular**
2. Run ```npm run dev```
3. Open [angular-url](http://localhost:3010)
4. Open Developer Tools
5. Click in Console Tab
6. In the page click in *Hello Angular*
7. Check that the console shows the array with the demo data.

### Test React Widget

1. Change directory to **widget-hello-react**
2. Run ```npm run dev```
3. Open [react-url](http://localhost:3000)
4. Open Developer Tools
5. Click in Console Tab
6. In the page click in *Hello React*
7. Check that the console shows the array with the demo data.