First install
npm install
Then start the server
npm start
Finally, visit localhost:8080 in your browser:
Note: You'll notice a mysterious package called
marko-magic
in the code base. This is a collection of custom tags and some soon-to-be-default configuration. The code in this package will be pulled into other modules likemarko
core, thelasso
taglib, and others. You can pretty much ignore it.