Skip to content

UNIcodeX/PrologueTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for starting a web application with Prologue.

Build Options

nimble installDeps        => Install dependencies

Single-Threaded:
nimble runr               => Build and run release version
nimble runrOrc            => Build and run release version (--gc:orc)
nimble buildDist          => Build and place in ./dist

Multi-Threaded:
nimble tRunr              => Build and run release version
nimble tRunrOrc           => Build and run release version (--gc:orc)
nimble tBuildDist         => Build and place in ./dist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages