• Stars
    star
    1
  • Language
    Julia
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

mvc-skeleton.jl

For Julia 0.3

Install requirements

Pkg.update()
Pkg.add("Mustache")
Pkg.add("Markdown")
Pkg.add("Dates")
Pkg.add("SQLite")
Pkg.add("Morsel")
Pkg.clone("Autoreload")

Run the web server in port 8000, listen to changes.

julia runserver.jl