i-love-flamingo / example-helloworld-multilanguage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 59.6%Language:Pug 28.9%Language:Makefile 11.5%