We need a way to develop and store our pages such as the "MNS domain not found" page, the "Home Page", etc.
The idea is to bundle the pages directly in the binary to avoid some security issues using Go "embed".
How to
[x] Find a way to embed the web pages into the binary
We want to be able to use the UI-Kit, so it needs to be using React
Objective
We need a way to develop and store our pages such as the "MNS domain not found" page, the "Home Page", etc. The idea is to bundle the pages directly in the binary to avoid some security issues using Go "embed".
How to