This is a demo of a minimal multi-language Flamingo application. It can be used to kickstart a new project.
If you are not familiar with Flamingo framework, consult the following links to get a basic understanding of multi language setup.
- Go >= 1.21.4
- nodejs >= 18
- Make (build tool)
make all
Must be triggered after making changes in the frontend code. It resides in the top level frontend
directory.
make frontend
make translations
make run
The application server listens on port 3210
. Use http://localhost:3210 in your browser to access the app.