/go-solid-embeddable

Yet another Todo app, using Go and SolidJS. This time our UI is embedded to our go build.

Primary LanguageTypeScript

Yet another TODO app

A todo application written in go which uses Go embed package to embed a SolidJS UI into our Go binary.

How to run

At the application root, run:

go generate ./..

then build and run the application:

go build -o todo
./todo

You should see the following:

This application is just an example of how to embed a SolidJS UI into a Go binary. It is not meant to be a production ready application.

Helpful Resources