Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 281 Bytes

File metadata and controls

33 lines (23 loc) · 281 Bytes

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