Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 269 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 269 Bytes

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>