Skip to content

Latest commit

 

History

History

_examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Golte Examples

  • routers - the same app made using different routers; comment/uncomment inside main() to try different routers
  • blog - a simple blog app

Usage

  1. Run npm install.
  2. Run any example app by running npm run <examplename>