Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 644 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 644 Bytes

marko-v4-demo

First install

npm install

Then start the server

npm start

Finally, visit localhost:8080 in your browser:

screen shot 2016-12-15 at 11 16 35 am

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 like marko core, the lasso taglib, and others. You can pretty much ignore it.