How Does a beginner start with making a website in Julia

Hi, I am a Maths student and the only languages I know are C and Julia and I want to build a website of my own in Julia. and i have no prior experience with web development. How does one start with it ?

I’d suggest Franklin.jl

4 Likes

my personal suggestions:

first step - quick results

If you need some dynamic queries ( based on user input ) Then you have to start checking complex Julia frameworks :

Expert Level: "Compiling Julia to Wasm/WebAssembly "

4 Likes