An open API service indexing awesome lists of open source software.

https://github.com/unicodex/prologuetemplate


https://github.com/unicodex/prologuetemplate

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## 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
```