Skip to content

Commit

Permalink
Modified README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Casey authored and Daniel Casey committed Mar 12, 2024
1 parent 873c1fd commit 7620125
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This repository is designed to create files that can be used in creating a web page based on source code (go, html, css) from the [Hello World tutorial](https://wails.io/docs/tutorials/helloworld). This approach uses webAssembly(wasm) technology. It is based on an approach outlined in [this tutorial](https://golangbot.com/webassembly-using-go/) and [it's subsequent tutorial](https://golangbot.com/go-webassembly-dom-access/).

## Reusing Existing Code

The go code was taken from app.go. The body of the html was taken from frontend/src/main.js. The css was taken from frontend/src/app.css and frontend/src/style.css. The logo-universal.png was taken from frontend/src/assets/images. Some minor modifications were necessary. I tried to leave the original code as a comment when the modifications were made.

## Testing

Run the commands found in run.sh.
Expand Down

0 comments on commit 7620125

Please sign in to comment.