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
- create a simple “static website” from a simple markdown files …
- https://franklinjl.org/ ( Julia )
- https://jekyllrb.com/
- https://gohugo.io/ ( GoLang based )
- …
- The markdown files is so simple …
- it can be generated by Julia or any other programming language.
- this is my favorite trick … generate 100s of markdown files from data
- it can be generated by Julia or any other programming language.
- there are lot of ready-made website templates:
- you can host on https://pages.github.com/ or with https://www.netlify.com/
If you need some dynamic queries ( based on user input ) Then you have to start checking complex Julia frameworks :
- https://genieframework.com/
- " 12 Best Julia Web Framework" : 12 Best Julia Web Framework - Dunebook
Expert Level: "Compiling Julia to Wasm/WebAssembly "
4 Likes