Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 402 Bytes

File metadata and controls

15 lines (10 loc) · 402 Bytes

GOUI example todo app

Example Todo Application for GOUI, a user interface library written in TypeScript and SASS.

You need to have git and npm installed.

Clone this repository and run from this directory:

npm install
npm start

Then navigate your web browser to http://127.0.0.1:8081

Visit https://goui.io for examples.