Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1 KB

README.md

File metadata and controls

27 lines (17 loc) · 1 KB

burstjs

burstjs-examples

This is a collection of examples for burstjs

Please, consider the Online Documentation 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 - BurstJS for command line interface using NodeJS
  • web - 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)