Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 294 Bytes

Counter.md

File metadata and controls

10 lines (7 loc) · 294 Bytes

Counter example application

This project is a SmallJS implementation of a simple counter, a minimal browser client app with DOM interaction. For a more complex browser client app, see the ../Todo app.

Running

First run ./startWebServer.sh. Then start the project in VSCode with F5.