https://github.com/ohager/burstjs-examples
This is a collection of examples for burstjs
https://github.com/ohager/burstjs-examples
Last synced: about 1 year ago
JSON representation
This is a collection of examples for burstjs
- Host: GitHub
- URL: https://github.com/ohager/burstjs-examples
- Owner: ohager
- License: mit
- Created: 2019-07-01T13:40:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T00:38:35.000Z (about 3 years ago)
- Last Synced: 2025-04-28T15:04:59.978Z (about 1 year ago)
- Language: JavaScript
- Homepage: contracts-inspector.ohager.vercel.app
- Size: 865 KB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# burstjs-examples
This is a collection of examples for [burstjs](https://github.com/burst-apps-team/phoenix/blob/develop/lib/README.md)
Please, consider the [Online Documentation](https://burst-apps-team.github.io/phoenix/) also
> This is a living repo that will be updated from time to time to add more examples
# Installation
> You need git and nodejs (v10+) installed on your machine
First, you need to clone the remote repository to your machine, doing
```
git clone https://github.com/ohager/burstjs-examples.git`
```
There are different scenarios of how to use burstjs available.
Each is organized in different folders
- [cli](./cli/README.MD) - BurstJS for command line interface using NodeJS
- [web](./web/README.MD) - Several Web technologies using BurstJS
- vanilla - The most painful way to build a web app (uses minified burstjs)
- svelte - The most hipster way to build e web app (uses npm packages)