Skip to content

i-love-flamingo/example-helloworld-multilanguage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.

Prerequisites

  • Go >= 1.21.4
  • nodejs >= 18
  • Make (build tool)

Setup

make all

Build frontend

Must be triggered after making changes in the frontend code. It resides in the top level frontend directory.

make frontend

Prepare Translations

make translations

Compile and start the application

make run

The application server listens on port 3210. Use http://localhost:3210 in your browser to access the app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published