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

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.

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 ♥