Skip to content

forgojs/forgo-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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