https://github.com/ndevplanque/go-wasm-template
This template lets you start building your Go+WASM app from a sample using julienschmidt/httprouter and go/html/templates.
https://github.com/ndevplanque/go-wasm-template
Last synced: over 1 year ago
JSON representation
This template lets you start building your Go+WASM app from a sample using julienschmidt/httprouter and go/html/templates.
- Host: GitHub
- URL: https://github.com/ndevplanque/go-wasm-template
- Owner: ndevplanque
- License: mit
- Created: 2022-09-23T11:56:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T22:15:26.000Z (over 3 years ago)
- Last Synced: 2025-01-20T23:18:22.831Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 483 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-wasm-template
This template lets you start building your Go+WASM app from a sample that works.
It features julienschmidt/httprouter and go/html/templates.
I wrote run-scripts because a few commands need to be runned before actually running the main.go file.
Feel free to use, modify or share any of its content.
Please note that scripts were designed for storing the whole project in $GOPATH/src/go-wasm-template. You will need to adapt these if you wish to store the project anywhere else.
Credits :
- NerdCademy on Youtube for the WASM part
- turbio/go-http-template for the go/html/template part
- Trevor Sawler @ Udemy for the app part and teaching me Golang
- Myself for run-scripts and making all these parts work together
- Golang for the golang part ♥