Skip to content
/ zig-template Public template

Simple template for creating a Capy app in Zig

License

Notifications You must be signed in to change notification settings

capy-ui/zig-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capy-template

Simple template for a Capy app

Target Zig Version: zig 0.13.0 / (2024.5.0-mach)

Building

If you wish to run the app simply execute

zig build run

In the same way, to build and run the app for WebAssembly, execute

zig build serve