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
- Host: GitHub
- URL: https://github.com/tcorral/fbb-widgets
- Owner: tcorral
- License: mit
- Created: 2016-11-23T14:05:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T14:48:01.000Z (over 9 years ago)
- Last Synced: 2025-03-22T18:02:51.507Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.