https://github.com/unicodex/prologuetemplate
https://github.com/unicodex/prologuetemplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unicodex/prologuetemplate
- Owner: UNIcodeX
- Created: 2020-09-25T17:06:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T22:26:25.000Z (over 4 years ago)
- Last Synced: 2023-10-20T10:16:38.593Z (over 1 year ago)
- Language: Nim
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Template for starting a web application with Prologue.
### Build Options
```
nimble installDeps => Install dependenciesSingle-Threaded:
nimble runr => Build and run release version
nimble runrOrc => Build and run release version (--gc:orc)
nimble buildDist => Build and place in ./distMulti-Threaded:
nimble tRunr => Build and run release version
nimble tRunrOrc => Build and run release version (--gc:orc)
nimble tBuildDist => Build and place in ./dist
```