Skip to content

forgojs/forgo-examples

Repository files navigation

examples

Examples using Forgo.

Three examples are available:

  • Timer
  • Routing
  • Todos

How to Run

Go to the example directory you want:

cd timer
# OR
cd todos
# OR
cd routing

Install dependencies first.

npm install

Run the demo.

npm start