This PR creates a new example, quickstart, which should stay synced with the QuickStart guide in the README.md. This should ensure that the package itself is able to be able to be followed by a minimal implementation, and should hopefully avoid bugs in the future of people trying out the library :smile:
I also added the quick start example to the tests we run in Travis, that way we can ensure the quick start works everytime, from building the AssemblyScript, to running in the browser and Node! :smile: :tada:
This also updates the README.md to what is currently working in our quickstart example :smile:
relates to #81 closes #82 closes #80
This PR creates a new example,
quickstart
, which should stay synced with the QuickStart guide in theREADME.md
. This should ensure that the package itself is able to be able to be followed by a minimal implementation, and should hopefully avoid bugs in the future of people trying out the library :smile:I also added the quick start example to the tests we run in Travis, that way we can ensure the quick start works everytime, from building the AssemblyScript, to running in the browser and Node! :smile: :tada:
This also updates the README.md to what is currently working in our quickstart example :smile: