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

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

Awesome Lists containing this project

README

          

burstjs

# 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)