Protokol
Search…
Introduction To Digital Assets
Tutorials
How To Create Digital Assets
How To Trade Digital Assets
ARK CORE MODULES
NFT
Guardian
Nameservice
Voting
Protokol Templates
Core Starter Kit
Solidity Typescript Hardhat
Nestjs
Powered By
GitBook
Nestjs
Nest framework Typescript starter repository
It can be found on the following link
GitHub - protokol/nestjs-template
GitHub
Installation
1
$
yarn
install
Copied!
Running the app
1
# development
2
$
yarn
start
3
4
# watch mode
5
$
yarn
start:dev
6
7
# production mode
8
$
yarn
start:prod
Copied!
Test
1
# unit tests
2
$
yarn
test
3
4
# e2e tests
5
$
yarn
test:e2e
6
7
# test coverage
8
$
yarn
test:cov
Copied!
Protokol Templates - Previous
Solidity Typescript Hardhat
Last modified
7mo ago
Copy link
Contents
Installation
Running the app
Test